HttpRequestException.StatusCode Tulajdonság

Definíció

Lekéri a kivétellel visszaadandó HTTP-állapotkódot.

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)

Tulajdonság értéke

HTTP-állapotkód, ha a kivétel nem sikeres eredményt ad, ellenkező esetben null.

A következőre érvényes: