UnhandledExceptionEventArgs 클래스

정의

UnhandledException 이벤트에 대한 데이터를 제공합니다.

public ref class UnhandledExceptionEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class UnhandledExceptionEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class UnhandledExceptionEventArgs
Public NotInheritable Class UnhandledExceptionEventArgs
상속
Object Platform::Object IInspectable UnhandledExceptionEventArgs
특성

설명

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

속성

Exception

HRESULT 처리되지 않은 예외와 연결된 코드를 가져옵니다.

Handled

예외가 처리되었는지를 나타내는 값을 가져오거나 설정합니다.

Message

처리되지 않은 원래 예외에서 전달된 메시지 문자열을 가져옵니다.

적용 대상

추가 정보