HttpRequestException.StatusCode Property

Definition

Gets the HTTP status code to be returned with the exception.

public:
 property Nullable<System::Net::HttpStatusCode> StatusCode { Nullable<System::Net::HttpStatusCode> get(); };
public System.Net.HttpStatusCode? StatusCode { get; }
member this.StatusCode : Nullable<System.Net.HttpStatusCode>
Public ReadOnly Property StatusCode As Nullable(Of HttpStatusCode)

Property Value

An HTTP status code if the exception represents a non-successful result, otherwise null.

Applies to