Table of Contents

Class OAuthAuthorizationCodeException

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

This is the exception thrown by OAuthFlow To indicate errors occurred when obtaining authorization Code.

Thread safety: Exceptions are not thread safe.

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

Constructors

OAuthAuthorizationCodeException(string)

Constructor.

public OAuthAuthorizationCodeException(string message)

Parameters

message string

the Message

OAuthAuthorizationCodeException(string, Exception)

Constructor.

public OAuthAuthorizationCodeException(string message, Exception cause)

Parameters

message string

the Message

cause Exception

the cause