Class InvalidRedirectUriException
The exception that is thrown when the redirect URI is invalid.
Implements
Inherited Members
Namespace: ComponentSpace.OpenID.Exceptions
Assembly: ComponentSpace.OpenID.dll
Syntax
public class InvalidRedirectUriException : OpenIDException, ISerializable
Constructors
InvalidRedirectUriException()
Initializes a new instance of the InvalidRedirectUriException class.
Declaration
public InvalidRedirectUriException()
InvalidRedirectUriException(string)
Initializes a new instance of the InvalidRedirectUriException class.
Declaration
public InvalidRedirectUriException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The error message. |
InvalidRedirectUriException(string, Exception)
Initializes a new instance of the InvalidRedirectUriException class.
Declaration
public InvalidRedirectUriException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The error message. |
| Exception | innerException | The inner exception. |