C# Class Microsoft.Toolkit.Services.OAuthKeysRevokedException

Exception for revoked OAuth keys.
Inheritance: Exception
Datei anzeigen Open project: unoplatform/Uno.WindowsCommunityToolkit

Public Methods

Method Description
OAuthKeysRevokedException ( ) : System

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

OAuthKeysRevokedException ( string message ) : System

Initializes a new instance of the OAuthKeysRevokedException class. Constructor with additional message.

OAuthKeysRevokedException ( string message, Exception innerException ) : System

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

Method Details

OAuthKeysRevokedException() public method

Initializes a new instance of the OAuthKeysRevokedException class. Default constructor.
public OAuthKeysRevokedException ( ) : System
return System

OAuthKeysRevokedException() public method

Initializes a new instance of the OAuthKeysRevokedException class. Constructor with additional message.
public OAuthKeysRevokedException ( string message ) : System
message string Additional message
return System

OAuthKeysRevokedException() public method

Initializes a new instance of the OAuthKeysRevokedException class. Constructor with additional message and inner exception.
public OAuthKeysRevokedException ( string message, Exception innerException ) : System
message string Additionnal message.
innerException Exception Reference to inner exception.
return System