Click or drag to resize

UnsupportedResponseTypeException Class

This is the exception thrown by To indicate "unsupported_response_type" error occurred when obtaining an authorization Code.

Thread safety: Exceptions are not thread safe.

Inheritance Hierarchy
System.Object
  System.Exception
    Smartsheet.Api.SmartsheetException
      Smartsheet.Api.OAuth.OAuthAuthorizationCodeException
        Smartsheet.Api.OAuth.UnsupportedResponseTypeException

Namespace:  Smartsheet.Api.OAuth
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public class UnsupportedResponseTypeException : OAuthAuthorizationCodeException

The UnsupportedResponseTypeException type exposes the following members.

Constructors
  NameDescription
Public methodUnsupportedResponseTypeException
Constructor.
Top
See Also