Class LicenseException
The exception that is thrown when a license error occurs.
Namespace: ComponentSpace.OpenID.Exceptions
Assembly: ComponentSpace.OpenID.dll
Syntax
public class LicenseException : OpenIDException
Constructors
LicenseException()
Initializes a new instance of the LicenseException
class.
Declaration
public LicenseException()
LicenseException(String)
Initializes a new instance of the LicenseException
class.
Declaration
public LicenseException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The error message. |
LicenseException(String, Exception)
Initializes a new instance of the LicenseException
class.
Declaration
public LicenseException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The error message. |
Exception | innerException | The inner exception. |