Show / Hide Table of Contents

Class AccessDeniedException

The exception that is thrown when access is denied.

Inheritance
System.Object
OpenIDException
AccessDeniedException
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.

In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2022. All rights reserved.