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。