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