Freigeben über


WebAuthenticationResult.ResponseErrorDetail Eigenschaft

Definition

Gibt den HTTP-Fehlercode zurück, wenn ResponseStatusgleich WebAuthenticationStatus.ErrorHttp ist. Dies ist nur verfügbar, wenn ein Fehler vorliegt.

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

Eigenschaftswert

UInt32

unsigned int

uint32_t

Der spezifische HTTP-Fehler, z. B. 400.

Gilt für:

Weitere Informationen