AuthenticateResult.Failure プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
認証からのエラー情報を保持します。
public:
property Exception ^ Failure { Exception ^ get(); };
public: property Exception ^ Failure { public:
Exception ^ get(); protected:
void set(Exception ^ value); };
public Exception Failure { get; }
public Exception Failure { get; protected set; }
public Exception? Failure { get; protected set; }
member this.Failure : Exception
member this.Failure : Exception with get, set
Public ReadOnly Property Failure As Exception
Public Property Failure As Exception