Class InvalidRedirectUriException
The exception that is thrown when the redirect URI is invalid.
Namespace: ComponentSpace.OpenID.Exceptions
Assembly: ComponentSpace.OpenID.dll
Syntax
public class InvalidRedirectUriException : OpenIDException
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 |
|---|---|---|
| System.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 |
|---|---|---|
| System.String | message | The error message. |
| Exception | innerException | The inner exception. |