Class InvalidRequestObjectException
The exception that is thrown when the request object is invalid.
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. |