WebBaseErrorEvent.ErrorException 属性

定义

获取与此错误关联的 ExceptionGets the Exception associated with the error.

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

属性值

Exception

与此错误关联的 ExceptionThe Exception associated with the error.

注解

如果实现自定义 WebBaseErrorEvent ,则必须确保自定义错误事件处理此异常。If you implement a custom WebBaseErrorEvent, you must ensure that your custom error event handles this exception.

适用于