WebAuthenticationResult.ResponseErrorDetail プロパティ

定義

ResponseStatusWebAuthenticationStatus.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

プロパティ値

UInt32

unsigned int

uint32_t

特定の HTTP エラー (例: 400)。

適用対象

こちらもご覧ください