Click or drag to resize

AuthorizationException Class

This is the exception to indicate authorization (access token) related errors returned from Smartsheet REST API.

Basically this exception will be thrown when the Smartsheet REST API responds with "401 NOT AUTHORIZED" / "403 FORBIDDEN"

Thread safety: Exceptions are not thread safe.

Inheritance Hierarchy
SystemObject
  SystemException
    Smartsheet.ApiSmartsheetException
      Smartsheet.ApiSmartsheetRestException
        Smartsheet.ApiAuthorizationException
          Smartsheet.ApiAccessTokenExpiredException

Namespace:  Smartsheet.Api
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 AuthorizationException : SmartsheetRestException

The AuthorizationException type exposes the following members.

Constructors
  NameDescription
Public methodAuthorizationException
Constructor.
Top
See Also