HttpContextBase.Error 属性

定义

在派生类中重写时,获取在处理 HTTP 请求时累积的第一个错误(如果有)。

public:
 virtual property Exception ^ Error { Exception ^ get(); };
public virtual Exception Error { get; }
member this.Error : Exception
Public Overridable ReadOnly Property Error As Exception

属性值

Exception

为当前 HTTP 请求/响应过程的第一个异常;如果在 HTTP 请求处理期间未累积任何错误,则为 null

例外

适用于