![]() |
LicenseSpring .Net SDK 7.40.0
Easily add Software Licensing to your application
|
In case license was deleted from the backend by admin. More...
Public Member Functions | |
| LicenseDeletedException (string message) | |
| Exception constructor. | |
| LicenseDeletedException (string message, Exception innerException) | |
| Initializes a new instance with a specified error message and a reference to the inner exception. | |
Public Member Functions inherited from LicenseSpring.LicenseStateException | |
| LicenseStateException (string message) | |
| Exception constructor. | |
| LicenseStateException (string message, Exception innerException) | |
| Initializes a new instance with a specified error message and a reference to the inner exception. | |
Public Member Functions inherited from LicenseSpring.LicenseSpringException | |
| LicenseSpringException (string message) | |
| Exception constructor. | |
| LicenseSpringException (string message, Exception innerException) | |
| Initializes a new instance with a specified error message and a reference to the inner exception. | |
In case license was deleted from the backend by admin.
It is recommended to remove local license if you got this exception.
| LicenseSpring.LicenseDeletedException.LicenseDeletedException | ( | string | message | ) |
Exception constructor.
| message | Exception error message |
| LicenseSpring.LicenseDeletedException.LicenseDeletedException | ( | string | message, |
| Exception | innerException | ||
| ) |
Initializes a new instance with a specified error message and a reference to the inner exception.
| message | Exception error message |
| innerException | Inner exception that is the cause of this exception |