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
SystemObject
  SystemException
    Smartsheet.ApiSmartsheetException
      Smartsheet.Api.OAuthOAuthAuthorizationCodeException
        Smartsheet.Api.OAuthAccessDeniedException
        Smartsheet.Api.OAuthInvalidScopeException
        Smartsheet.Api.OAuthUnsupportedResponseTypeException

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