C# Class Smartsheet.Api.AuthorizationException

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

Public Methods

Method Description
AuthorizationException ( Api.Models.Error error )

Constructor.

Method Details

AuthorizationException() public method

Constructor.
public AuthorizationException ( Api.Models.Error error )
error Api.Models.Error the Error object from Smartsheet REST API