WebAuthenticationResult.ResponseErrorDetail プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ResponseStatus が WebAuthenticationStatus.ErrorHttp と等しい場合に HTTP エラー コードを返します。 これは、エラーが発生した場合にのみ使用できます。
public:
property unsigned int ResponseErrorDetail { unsigned int get(); };
uint32_t ResponseErrorDetail();
public uint ResponseErrorDetail { get; }
var uInt32 = webAuthenticationResult.responseErrorDetail;
Public ReadOnly Property ResponseErrorDetail As UInteger
プロパティ値
特定の HTTP エラー (例: 400)。