PropertyValueExceptionEventArgs.Exception 属性

定义

获取在属性值更改期间发生的错误,该属性值更改与事件参数的此实例关联。

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

属性值

一个 Exception 对象。

适用于