HttpContextWrapper.AllErrors 属性

定义

获取在处理 HTTP 请求时累积的错误的数组(如果有)。

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

属性值

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

适用于