Show / Hide Table of Contents

Class RequestNotSupportedException

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

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

Constructors

RequestNotSupportedException()

Initializes a new instance of the RequestNotSupportedException class.

Declaration
public RequestNotSupportedException()

RequestNotSupportedException(String)

Initializes a new instance of the RequestNotSupportedException class.

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

The error message.

RequestNotSupportedException(String, Exception)

Initializes a new instance of the RequestNotSupportedException class.

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