Class OpenIDException
The exception that is thrown when an OpenID operation fails.
Inheritance
OpenIDException
Implements
Inherited Members
Namespace: ComponentSpace.OpenID.Exceptions
Assembly: ComponentSpace.OpenID.dll
Syntax
public class OpenIDException : Exception, ISerializable
Constructors
OpenIDException()
Initializes a new instance of the OpenIDException class.
Declaration
public OpenIDException()
OpenIDException(string)
Initializes a new instance of the OpenIDException class.
Declaration
public OpenIDException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The error message. |
OpenIDException(string, Exception)
Initializes a new instance of the OpenIDException class.
Declaration
public OpenIDException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The error message. |
| Exception | innerException | The inner exception. |