C# 클래스 Microsoft.Toolkit.Services.OAuthKeysNotPresentException

Exception for no OAuth keys being present.
상속: Exception
파일 보기 프로젝트 열기: unoplatform/Uno.WindowsCommunityToolkit

공개 메소드들

메소드 설명
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