Table of Contents

Class OAuthTokenException

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

This is the exception thrown by OAuthFlow To indicate errors occurred during obtaining OAuth tokens.

Thread safety: Exceptions are not thread safe.

public class OAuthTokenException : SmartsheetException, ISerializable
Inheritance
OAuthTokenException
Implements
Derived
Inherited Members

Constructors

OAuthTokenException(string)

Constructor.

public OAuthTokenException(string message)

Parameters

message string

the Message

OAuthTokenException(string, Exception)

Constructor.

public OAuthTokenException(string message, Exception cause)

Parameters

message string

the Message

cause Exception

the cause