Initializes a new instance of the LicenseLevelException class.

LicenseLevelException()

public LicenseLevelException();

LicenseLevelException(String)

public LicenseLevelException(string message);

LicenseLevelException(String, Exception)

public LicenseLevelException(string message, Exception innerException);

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.