Click or drag to resize

AccessTokenExpiredException Class

This is the exception to indicate that an access token expired error returned from Smartsheet REST API. This exception will be thrown when the Smartsheet REST API generates a "1003 Your Access Token has expired" error.

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 AccessTokenExpiredException : AuthorizationException

The AccessTokenExpiredException type exposes the following members.

Constructors
  NameDescription
Public methodAccessTokenExpiredException
Instantiates a new access token expired exception.
Top
See Also