Click or drag to resize

AccessTokenExpiredException Constructor

Instantiates a new access token expired exception.

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 AccessTokenExpiredException(
	Error error
)

Parameters

error
Type: Smartsheet.Api.ModelsError
the error
See Also