PropertyValueExceptionEventArgs.Exception 属性

定义

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

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

属性值

一个 Exception 对象。

适用于