Property HttpStatusCode
HttpStatusCode
An integer that represents the HTTP status code that was used in the response that generated this error.
Declaration
public int ? HttpStatusCode { get; protected set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Remarks
This property may return null if no status code was provided.