LicenseSpring .Net SDK 7.32.1
Easily add Software Licensing to your application
Loading...
Searching...
No Matches
LicenseSpring.LicenseStateException Class Reference

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...

Inheritance diagram for LicenseSpring.LicenseStateException:
LicenseSpring.LicenseSpringException LicenseSpring.LicenseDeletedException LicenseSpring.LicenseDisabledException LicenseSpring.LicenseExpiredException LicenseSpring.LicenseInactiveException LicenseSpring.FloatingTimeoutExpiredException LicenseSpring.TrialLicenseExpiredException

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.
 
- 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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ LicenseStateException() [1/2]

LicenseSpring.LicenseStateException.LicenseStateException ( string  message)

Exception constructor.

Parameters
messageException error message

◆ LicenseStateException() [2/2]

LicenseSpring.LicenseStateException.LicenseStateException ( string  message,
Exception  innerException 
)

Initializes a new instance with a specified error message and a reference to the inner exception.

Parameters
messageException error message
innerExceptionInner exception that is the cause of this exception

The documentation for this class was generated from the following file: