次の方法で共有


OAuthTokenResponse.Error プロパティ

定義

応答が失敗した場合の例外。

public:
 property Exception ^ Error { Exception ^ get(); void set(Exception ^ value); };
public Exception Error { get; set; }
public Exception? Error { get; set; }
member this.Error : Exception with get, set
Public Property Error As Exception

プロパティ値

適用対象