共用方式為


InnerHttpError.StatusCode 屬性

定義

從失敗的要求取得或設定 HTTPStatusCode。

public int? StatusCode { get; set; }
member this.StatusCode : Nullable<int> with get, set
Public Property StatusCode As Nullable(Of Integer)

屬性值

HTTP 要求的狀態碼。

適用於