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 ,或者在 null HTTP 请求处理期间没有累积任何错误。

例外

适用于