HttpContext.AllErrors 属性
定义
获取在处理 HTTP 请求的过程中累积的错误数组。Gets an array of errors accumulated while processing an HTTP request.
public:
property cli::array <Exception ^> ^ AllErrors { cli::array <Exception ^> ^ get(); };
public Exception[] AllErrors { get; }
member this.AllErrors : Exception[]
Public ReadOnly Property AllErrors As Exception()
属性值
当前 HTTP 请求的 Exception 对象数组。An array of Exception objects for the current HTTP request.