Show / Hide Table of Contents

Class InvalidRedirectUriException

The exception that is thrown when the redirect URI is invalid.

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

Constructors

InvalidRedirectUriException()

Initializes a new instance of the InvalidRedirectUriException class.

Declaration
public InvalidRedirectUriException()

InvalidRedirectUriException(String)

Initializes a new instance of the InvalidRedirectUriException class.

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

The error message.

InvalidRedirectUriException(String, Exception)

Initializes a new instance of the InvalidRedirectUriException class.

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