Class OAuthUnsupportedResponseTypeException
A specific Exception that is thrown when: The authorization server does not support obtaining an authorization code using this method.
Namespace: ImageVault.Common.Security.OAuth
Assembly: ImageVault.Common.dll
Syntax
public class OAuthUnsupportedResponseTypeException : OAuthException
Constructors
OAuthUnsupportedResponseTypeException(String)
Initializes a new instance of the OAuthUnsupportedResponseTypeException class.
Declaration
public OAuthUnsupportedResponseTypeException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |