Initializes a new instance of the License
public LicenseLevelException();
public LicenseLevelException(string message);
public LicenseLevelException(string message, Exception innerException);
Parameter | Description |
---|---|
message | The error message that explains the reason for the exception. |
inner |
The exception that is the cause of the current exception. |