[]
        
(Showing Draft Content)

C1.Util.Licensing.LicenseException.-ctor

LicenseException Constructor

LicenseException(string)

Create a LicenseException with message.

Declaration
public LicenseException(string message = null)
Public Sub New(Optional message As String = Nothing)
Parameters
Type Name Description
string message

The message.

LicenseException(Type)

Create a LicenseException with type information.

Declaration
public LicenseException(Type type)
Public Sub New(type As Type)
Parameters
Type Name Description
Type type

The type that failed licensing.

LicenseException(string, LicenseErrorCode)

Create a LicenseException with message and error code.

Declaration
public LicenseException(string message, LicenseErrorCode errorCode)
Public Sub New(message As String, errorCode As LicenseErrorCode)
Parameters
Type Name Description
string message

The error message.

LicenseErrorCode errorCode

The license error code.

LicenseException(string, LicenseErrorCode, Exception)

Create a LicenseException with message, error code, and inner exception.

Declaration
public LicenseException(string message, LicenseErrorCode errorCode, Exception innerException)
Public Sub New(message As String, errorCode As LicenseErrorCode, innerException As Exception)
Parameters
Type Name Description
string message

The error message.

LicenseErrorCode errorCode

The license error code.

Exception innerException

The inner exception.