ExceptionRoutedEventHandler 대리자

정의

예외를 보고하는 특정 이벤트를 처리할 메서드를 나타냅니다. 이러한 예외는 일반적으로 비동기 작업에서 발생합니다.

public delegate void ExceptionRoutedEventHandler(Platform::Object ^ sender, ExceptionRoutedEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(1174124637, 21753, 23082, 138, 56, 0, 163, 183, 118, 31, 150)]
public delegate void ExceptionRoutedEventHandler(object sender, ExceptionRoutedEventArgs e);
Public Delegate Sub ExceptionRoutedEventHandler(sender As Object, e As ExceptionRoutedEventArgs)

매개 변수

sender
Object

Platform::Object

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

e
ExceptionRoutedEventArgs

이벤트 데이터입니다.

특성

적용 대상

추가 정보