WebBaseErrorEvent.ErrorException 属性
定义
public:
property Exception ^ ErrorException { Exception ^ get(); };
public Exception ErrorException { get; }
member this.ErrorException : Exception
Public ReadOnly Property ErrorException As Exception
属性值
与此错误关联的 Exception。The Exception associated with the error.
注解
如果实现自定义 WebBaseErrorEvent ,则必须确保自定义错误事件处理此异常。If you implement a custom WebBaseErrorEvent, you must ensure that your custom error event handles this exception.