Class InvalidClientException
The exception that is thrown when an invalid client ID is received.
Namespace: ComponentSpace.OpenID.Exceptions
Assembly: ComponentSpace.OpenID.dll
Syntax
public class InvalidClientException : OpenIDException
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 |
---|---|---|
System.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 |
---|---|---|
System.String | message | The error message. |
Exception | innerException | The inner exception. |