DispatcherUnhandledExceptionEventArgs.Exception 속성

정의

디스패처로 코드를 실행할 때 발생한 예외를 가져옵니다.

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

속성 값

Exception

예외입니다.

적용 대상