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
Afficher le fichier Open project: smartsheet-platform/smartsheet-csharp-sdk

Méthodes publiques

Méthode Description
OAuthTokenException ( string message ) : System

Constructor.

OAuthTokenException ( string message, Exception cause ) : System

Constructor.

Method Details

OAuthTokenException() public méthode

Constructor.
public OAuthTokenException ( string message ) : System
message string the Message
Résultat System

OAuthTokenException() public méthode

Constructor.
public OAuthTokenException ( string message, Exception cause ) : System
message string the Message
cause System.Exception the cause
Résultat System