Show / Hide Table of Contents

Class RequestUriNotSupportedException

The exception that is thrown when the request URI is not supported.

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

Constructors

RequestUriNotSupportedException()

Initializes a new instance of the RequestUriNotSupportedException class.

Declaration
public RequestUriNotSupportedException()

RequestUriNotSupportedException(String)

Initializes a new instance of the RequestUriNotSupportedException class.

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

The error message.

RequestUriNotSupportedException(String, Exception)

Initializes a new instance of the RequestUriNotSupportedException class.

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