次の方法で共有


HttpContext.AllErrors プロパティ

HTTP 要求の処理中に蓄積されたエラーの配列を取得します。

Public ReadOnly Property AllErrors As Exception ()
[C#]
public Exception[] AllErrors {get;}
[C++]
public: __property Exception* get_AllErrors();
[JScript]
public function get AllErrors() : Exception[];

プロパティ値

現在の HTTP 要求に対する Exception オブジェクトの配列。

必要条件

プラットフォーム: Windows 2000, Windows XP Professional, Windows Server 2003 ファミリ

参照

HttpContext クラス | HttpContext メンバ | System.Web 名前空間