Show / Hide Table of Contents

Class InvalidClientException

The exception that is thrown when an invalid client ID is received.

Inheritance
System.Object
OpenIDException
InvalidClientException
Namespace: ComponentSpace.OpenID.Exceptions
Assembly: ComponentSpace.OpenID.dll
Syntax
public class InvalidClientException : OpenIDException

Constructors

InvalidClientException()

Initializes a new instance of the InvalidClientException class.

Declaration
public InvalidClientException()

InvalidClientException(String)

Initializes a new instance of the InvalidClientException class.

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

The error message.

InvalidClientException(String, Exception)

Initializes a new instance of the InvalidClientException class.

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