![]() |
LicenseSpring .Net SDK 7.22.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 More... | |
LicenseStateException (string message, Exception innerException) | |
Initializes a new instance with a specified error message and a reference to the inner exception. More... | |
![]() | |
LicenseSpringException (string message) | |
Exception constructor More... | |
LicenseSpringException (string message, Exception innerException) | |
Initializes a new instance with a specified error message and a reference to the inner exception. More... | |
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 |