![]() |
LicenseSpring Management .Net SDK 1.15.0
Easily add Software Licensing to your application
|
General LicenseSpring exception. More...
Public Member Functions | |
| 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. | |
General LicenseSpring exception.
| LicenseSpring.LicenseSpringException.LicenseSpringException | ( | string | message | ) |
Exception constructor.
| message | Exception error message |
| LicenseSpring.LicenseSpringException.LicenseSpringException | ( | 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 |