Class RequestNotSupportedException
The exception that is thrown when the request is not supported.
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. |