Class InvalidLicenseException
- Namespace
- ComponentSpace.Saml2.Exceptions
- Assembly
- ComponentSpace.Saml2.dll
The exception that is thrown when a license error occurs.
public class InvalidLicenseException : SamlException, ISerializable
- Inheritance
-
InvalidLicenseException
- Implements
- Inherited Members
Constructors
InvalidLicenseException()
Initializes a new instance of the InvalidLicenseException class.
public InvalidLicenseException()
InvalidLicenseException(string)
Initializes a new instance of the InvalidLicenseException class.
public InvalidLicenseException(string message)
Parameters
messagestringThe error message.
InvalidLicenseException(string, Exception)
Initializes a new instance of the InvalidLicenseException class.
public InvalidLicenseException(string message, Exception innerException)