Accusoft.ISISXpressSdk Namespace > InvalidLicenseException Class : InvalidLicenseException Constructor |
Overload | Description |
---|---|
InvalidLicenseException Constructor() | The main constructor for the InvalidLicenseException class thrown when the license key is invalid. |
InvalidLicenseException Constructor(Int32) | An InvalidLicenseException which allows passing in an error number. |
InvalidLicenseException Constructor(String) | An InvalidLicenseException which allows passing in an error message. |
InvalidLicenseException Constructor(Int32,String) | An InvalidLicenseException which allows passing in an error number and an error message. |
InvalidLicenseException Constructor(String,Exception) | An InvalidLicenseException which allows passing in an error message and an inner exception. |