Click or drag to resize

OAuthAuthorizationCodeException Class

This is the exception thrown by To indicate errors occurred when obtaining 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.AccessDeniedException
        Smartsheet.Api.OAuth.InvalidScopeException
        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 OAuthAuthorizationCodeException : SmartsheetException
Constructors
See Also