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