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