LicenceException Constructor (string, Exception)LicenceException Constructor (String, Exception)LicenceException Constructor (String^, Exception^)

Initializes a new instance of the LicenceExceptionLicenceExceptionLicenceException class.

Syntax

Public Sub New ( _
    message As String, _
    inner As Exception _
)
public LicenceException(
    string message,
    Exception inner
)
public:
LicenceException(
    String^ message, 
    Exception^ inner
)
 

Parameters

message

Type: System.StringSystem.StringSystem::String^

The message.

inner

Type: System.ExceptionSystem.ExceptionSystem::Exception^

The inner exception.