C# Класс Microsoft.Toolkit.Services.OAuthKeysNotPresentException

Exception for no OAuth keys being present.
Наследование: Exception
Показать файл Открыть проект

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

Метод Описание
OAuthKeysNotPresentException ( ) : System

Initializes a new instance of the OAuthKeysNotPresentException class. Default constructor.

OAuthKeysNotPresentException ( string key ) : System

Initializes a new instance of the OAuthKeysNotPresentException class. Constructor with information on missing key.

OAuthKeysNotPresentException ( string message, Exception innerException ) : System

Initializes a new instance of the OAuthKeysNotPresentException class. Constructor with additional message and inner exception.

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

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

Initializes a new instance of the OAuthKeysNotPresentException class. Default constructor.
public OAuthKeysNotPresentException ( ) : System
Результат System

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

Initializes a new instance of the OAuthKeysNotPresentException class. Constructor with information on missing key.
public OAuthKeysNotPresentException ( string key ) : System
key string Name of the missing key.
Результат System

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

Initializes a new instance of the OAuthKeysNotPresentException class. Constructor with additional message and inner exception.
public OAuthKeysNotPresentException ( string message, Exception innerException ) : System
message string Additional exception message.
innerException Exception Reference to inner exception.
Результат System