HttpContextBase.Error プロパティ

定義

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

public:
 virtual property Exception ^ Error { Exception ^ get(); };
public virtual Exception Error { get; }
member this.Error : Exception
Public Overridable ReadOnly Property Error As Exception

プロパティ値

現在の HTTP 要求/応答プロセスの最初の例外。HTTP 要求処理中にエラーが累積されない場合は null

例外

適用対象