C# Class Smartsheet.Api.AccessTokenExpiredException

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: AuthorizationException
Show file Open project: smartsheet-platform/smartsheet-csharp-sdk

Public Methods

Method Description
AccessTokenExpiredException ( Api.Models.Error error )

Instantiates a new access token expired exception.

Method Details

AccessTokenExpiredException() public method

Instantiates a new access token expired exception.
public AccessTokenExpiredException ( Api.Models.Error error )
error Api.Models.Error the error