C# Class Microsoft.Toolkit.Services.OAuthKeysNotPresentException

Exception for no OAuth keys being present.
Inheritance: Exception
Afficher le fichier Open project: unoplatform/Uno.WindowsCommunityToolkit

Méthodes publiques

Méthode Description
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.

Method Details

OAuthKeysNotPresentException() public méthode

Initializes a new instance of the OAuthKeysNotPresentException class. Default constructor.
public OAuthKeysNotPresentException ( ) : System
Résultat System

OAuthKeysNotPresentException() public méthode

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.
Résultat System

OAuthKeysNotPresentException() public méthode

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.
Résultat System