Search Results for

    Show / Hide Table of Contents

    Class OAuthUnsupportedResponseTypeException

    A specific Exception that is thrown when: The authorization server does not support obtaining an authorization code using this method.

    Inheritance
    System.Object
    OAuthException
    OAuthUnsupportedResponseTypeException
    Inherited Members
    OAuthException.ToJsonResponse()
    OAuthException.OAuthErrorData
    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

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022