![]() |
LicenseSpring Management .Net SDK 1.15.0
Easily add Software Licensing to your application
|
In case LicenseSpring backend returns unexpected error. More...
Public Member Functions | |
| UnknownLicenseSpringException (string message) | |
| Exception constructor. | |
| UnknownLicenseSpringException (string message, Exception innerException) | |
| Initializes a new instance with a specified error message and 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 LicenseSpring backend returns unexpected error.
Rare exception, please contact LicenseSpring support if you faced it.
| LicenseSpring.UnknownLicenseSpringException.UnknownLicenseSpringException | ( | string | message | ) |
Exception constructor.
| message | Exception error message |
| LicenseSpring.UnknownLicenseSpringException.UnknownLicenseSpringException | ( | string | message, |
| Exception | innerException | ||
| ) |
Initializes a new instance with a specified error message and inner exception.
| message | Exception error message |
| innerException | Inner exception that is the cause of this exception |