Show / Hide Table of Contents

Class UnauthorizedClientException

The exception that is thrown when the client is unauthorized.

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

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