ErrorEventArgs.Exception 属性

定义

获取所发生的异常。

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

属性值

发生的异常。

注解

导致引发事件的异常。

适用于