次の方法で共有


HandleExceptionArgs.ResponseStatusCode プロパティ

定義

データ サービスでエラーが発生したときに応答の HTTP ヘッダー セクションとして返されるステータス コードを取得します。

public:
 property int ResponseStatusCode { int get(); };
public int ResponseStatusCode { get; }
member this.ResponseStatusCode : int
Public ReadOnly Property ResponseStatusCode As Integer

プロパティ値

HTTP 応答のステータス コードの整数値。

適用対象