![]() |
LicenseSpring .Net SDK 7.32.1
Easily add Software Licensing to your application
|
In case local license is damaged or cannot be loaded or saved. More...
Public Member Functions | |
LocalLicenseException (string message) | |
Exception constructor. | |
LocalLicenseException (string message, Exception innerException) | |
Initializes a new instance with a specified error message and inner exception. | |
![]() | |
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 local license is damaged or cannot be loaded or saved.
LicenseSpring.LocalLicenseException.LocalLicenseException | ( | string | message | ) |
Exception constructor.
message | Exception error message |
LicenseSpring.LocalLicenseException.LocalLicenseException | ( | 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 |