DispatcherUnhandledExceptionEventHandler 대리자

정의

UnhandledException 이벤트를 처리할 메서드를 나타냅니다.

public delegate void DispatcherUnhandledExceptionEventHandler(System::Object ^ sender, DispatcherUnhandledExceptionEventArgs ^ e);
public delegate void DispatcherUnhandledExceptionEventHandler(object sender, DispatcherUnhandledExceptionEventArgs e);
type DispatcherUnhandledExceptionEventHandler = delegate of obj * DispatcherUnhandledExceptionEventArgs -> unit
Public Delegate Sub DispatcherUnhandledExceptionEventHandler(sender As Object, e As DispatcherUnhandledExceptionEventArgs)

매개 변수

sender
Object

이벤트 소스입니다.

e
DispatcherUnhandledExceptionEventArgs

이벤트 데이터입니다.

설명

UnhandledException 이벤트가 발생할 때의 방식으로 실행 되는 코드를 Dispatcher 처리 되지 않으며 예외가 throw 됩니다.

합니다 UnhandledExceptionFilter 이벤트 발생 시 키 지 하는 방법을 제공 합니다 UnhandledException 이벤트입니다. 합니다 UnhandledExceptionFilter 이벤트가 먼저 발생 경우 RequestCatchDispatcherUnhandledExceptionFilterEventArgs 로 설정 되어 false, UnhandledException 이벤트 발생 하지 것입니다.

확장 메서드

GetMethodInfo(Delegate)

지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다.

적용 대상

추가 정보