UnhandledExceptionEventHandler 대리자

정의

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

public delegate void UnhandledExceptionEventHandler(Platform::Object ^ sender, UnhandledExceptionEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(875020726, 24266, 22065, 132, 184, 91, 174, 115, 47, 182, 127)]
public delegate void UnhandledExceptionEventHandler(object sender, UnhandledExceptionEventArgs e);
Public Delegate Sub UnhandledExceptionEventHandler(sender As Object, e As UnhandledExceptionEventArgs)

매개 변수

sender
Object

Platform::Object

처리기가 연결된 개체입니다.

e
UnhandledExceptionEventArgs

이벤트 데이터입니다.

특성

설명

이 대리자를 기반으로 처리기를 작성하는 방법에 대한 자세한 내용은 예외 처리(C# 프로그래밍 가이드)UnhandledException의 비고를 참조하세요.

적용 대상

추가 정보