Show / Hide Table of Contents

Class InvalidRequestObjectException

The exception that is thrown when the request object is invalid.

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

Constructors

InvalidRequestObjectException()

Initializes a new instance of the InvalidRequestObjectException class.

Declaration
public InvalidRequestObjectException()

InvalidRequestObjectException(String)

Initializes a new instance of the InvalidRequestObjectException class.

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

The error message.

InvalidRequestObjectException(String, Exception)

Initializes a new instance of the InvalidRequestObjectException class.

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