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