C# Class Smartsheet.Api.OAuth.OAuthTokenException

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

Thread safety: Exceptions are not thread safe.

Inheritance: SmartsheetException
Datei anzeigen Open project: smartsheet-platform/smartsheet-csharp-sdk

Public Methods

Method Description
OAuthTokenException ( string message ) : System

Constructor.

OAuthTokenException ( string message, Exception cause ) : System

Constructor.

Method Details

OAuthTokenException() public method

Constructor.
public OAuthTokenException ( string message ) : System
message string the Message
return System

OAuthTokenException() public method

Constructor.
public OAuthTokenException ( string message, Exception cause ) : System
message string the Message
cause System.Exception the cause
return System