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
Errorthe Error object from Smartsheet REST API