Show / Hide Table of Contents

Class OpenIDException

The exception that is thrown when an OpenID operation fails.

Inheritance
System.Object
OpenIDException
AccessDeniedException
AccountSelectionRequiredException
CertificateException
ConfigurationException
ConsentRequiredException
InteractionRequiredException
InvalidClientException
InvalidGrantException
InvalidRedirectUriException
InvalidRequestException
InvalidRequestObjectException
InvalidRequestUriException
InvalidScopeException
LicenseException
LoginRequiredException
RegistrationNotSupportedException
RequestNotSupportedException
RequestUriNotSupportedException
ServerErrorException
TemporarilyUnavailableException
UnauthorizedClientException
UnsupportedGrantTypeException
UnsupportedResponseTypeException
Namespace: ComponentSpace.OpenID.Exceptions
Assembly: ComponentSpace.OpenID.dll
Syntax
public class OpenIDException : Exception

Constructors

OpenIDException()

Initializes a new instance of the OpenIDException class.

Declaration
public OpenIDException()

OpenIDException(String)

Initializes a new instance of the OpenIDException class.

Declaration
public OpenIDException(string message)
Parameters
Type Name Description
System.String message

The error message.

OpenIDException(String, Exception)

Initializes a new instance of the OpenIDException class.

Declaration
public OpenIDException(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.