Class InvalidLicenseException
The exception that is thrown when a license error occurs.
Inherited Members
Namespace: ComponentSpace.SAML2.Exceptions
Assembly: ComponentSpace.Saml2.dll
Syntax
public class InvalidLicenseException : SAMLException, ISerializable, _Exception
Constructors
InvalidLicenseException()
Initializes a new instance of the InvalidLicenseException class.
Declaration
public InvalidLicenseException()
InvalidLicenseException(string)
Initializes a new instance of the InvalidLicenseException class.
Declaration
public InvalidLicenseException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The error message. |
InvalidLicenseException(string, Exception)
Initializes a new instance of the InvalidLicenseException class.
Declaration
public InvalidLicenseException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The error message. |
| Exception | innerException | The inner exception. |