Class AccessTokenExpiredException
- Namespace
- Smartsheet.Api
- Assembly
- smartsheet-csharp-sdk.dll
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.
public class AccessTokenExpiredException : AuthorizationException, ISerializable
- Inheritance
-
AccessTokenExpiredException
- Implements
- Inherited Members
Constructors
AccessTokenExpiredException(Error)
Instantiates a new access token expired exception.
public AccessTokenExpiredException(Error error)
Parameters
error
Errorthe error