Table of Contents

Class AuthorizationException

Namespace
Smartsheet.Api
Assembly
smartsheet-csharp-sdk.dll

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.

public class AuthorizationException : SmartsheetRestException, ISerializable
Inheritance
AuthorizationException
Implements
Derived
Inherited Members

Constructors

AuthorizationException(Error)

Constructor.

public AuthorizationException(Error error)

Parameters

error Error

the Error object from Smartsheet REST API