Class OAuthInvalidRequestException
A specific Exception that is thrown when: The request is missing a required parameter, includes an unsupported parameter value (other than grant type), repeats a parameter, includes multiple credentials, utilizes more than one mechanism for authenticating the client, or is otherwise malformed.
Namespace: ImageVault.Common.Security.OAuth
Assembly: ImageVault.Common.dll
Syntax
public class OAuthInvalidRequestException : OAuthException
Constructors
OAuthInvalidRequestException(String)
Initializes a new instance of the OAuthInvalidRequestException class.
Declaration
public OAuthInvalidRequestException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |