C# Класс 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.

Наследование: SmartsheetException
Показать файл Открыть проект

Открытые методы

Метод Описание
OAuthTokenException ( string message ) : System

Constructor.

OAuthTokenException ( string message, Exception cause ) : System

Constructor.

Описание методов

OAuthTokenException() публичный Метод

Constructor.
public OAuthTokenException ( string message ) : System
message string the Message
Результат System

OAuthTokenException() публичный Метод

Constructor.
public OAuthTokenException ( string message, Exception cause ) : System
message string the Message
cause System.Exception the cause
Результат System