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()

属性值

Exception[]

为当前 HTTP 请求的 Exception 对象的数组;如果在 HTTP 请求处理过程中没有累积任何错误,则为 null

例外

适用于