Overload | Description |
---|---|
InvalidLicenseException Constructor() | Initializes a new instance of an invalid license. |
InvalidLicenseException Constructor(Int32) | Initializes a new instance of an invalid license with a given error number. |
InvalidLicenseException Constructor(String) | Initializes a new instance of an invalid license with a given message. |
InvalidLicenseException Constructor(Int32,String) | Initializes a new instance of an invalid license with a given error number and message. |
InvalidLicenseException Constructor(String,Exception) | Initializes a new instance of an invalid license with a given message and inner exception. |