DispatcherUnhandledExceptionEventArgs.Exception 属性

定义

获取通过调度程序执行代码时引发的异常。

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

属性值

Exception

异常。

适用于