Initializes a new instance of the LicenseLevelException class.

LicenseLevelException()

public LicenseLevelException();
Public Sub New

LicenseLevelException(String)

public LicenseLevelException(string message);
Public Sub New(message as String)

LicenseLevelException(String, Exception)

public LicenseLevelException(string message, Exception innerException);
Public Sub New(message as String, innerException as Exception)

Parameters

Parameter Description
message The error message that explains the reason for the exception.
innerException The exception that is the cause of the current exception.