Dela via


TokenFailure.ErrorCode Property

Definition

Provides the HTTP error code that was returned.

public:
 property HResult ErrorCode { HResult get(); };
HResult ErrorCode();
public System.Exception ErrorCode { get; }
var hResult = tokenFailure.errorCode;
Public ReadOnly Property ErrorCode As Exception

Property Value

A System.Exception that contains the HTTP error code information that was returned.

Applies to