HttpContextWrapper.AllErrors 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取在处理 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
。