Share via


HttpContextBase.AllErrors プロパティ

定義

派生クラスでオーバーライドされると、HTTP 要求の処理中に蓄積されたエラー (存在する場合) の配列を取得します。

public:
 virtual property cli::array <Exception ^> ^ AllErrors { cli::array <Exception ^> ^ get(); };
public virtual Exception[] AllErrors { get; }
member this.AllErrors : Exception[]
Public Overridable ReadOnly Property AllErrors As Exception()

プロパティ値

現在の HTTP 要求に対する Exception オブジェクトの配列。または、HTTP 要求の処理中にエラーが 1 つも蓄積されなかった場合は null

例外

適用対象