Overload | Description |
---|---|
InvalidLicenseException Constructor() | Generates the base exception for an invalid license. |
InvalidLicenseException Constructor(Int32) | Generated exception for an invalid license with a given error number. |
InvalidLicenseException Constructor(String) | Generated exception for an invalid license with a given message. |
InvalidLicenseException Constructor(Int32,String) | Generated exception for an invalid license with a given error number and message. |
InvalidLicenseException Constructor(String,Exception) | Generated exception for an invalid license with a given message and inner exception. |