Class OpenIDException
The exception that is thrown when an OpenID operation fails.
Inheritance
System.Object
OpenIDException
Namespace: ComponentSpace.OpenID.Exceptions
Assembly: ComponentSpace.OpenID.dll
Syntax
public class OpenIDException : Exception
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 |
---|---|---|
System.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 |
---|---|---|
System.String | message | The error message. |
Exception | innerException | The inner exception. |