![]() |
LicenseSpring .Net SDK 7.30.0
Easily add Software Licensing to your application
|
Base exception type for all invalid license state exceptions. Can be thrown in case valid (active) license is required for API call like LicenseManager.GetInstallationFile. More...
Public Member Functions | |
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. | |
![]() | |
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. | |
Base exception type for all invalid license state exceptions. Can be thrown in case valid (active) license is required for API call like LicenseManager.GetInstallationFile.
LicenseSpring.LicenseStateException.LicenseStateException | ( | string | message | ) |
Exception constructor.
message | Exception error message |
LicenseSpring.LicenseStateException.LicenseStateException | ( | 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 |