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