UnhandledExceptionEventArgs 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
- 상속
- 특성
설명
UnhandledExceptionEventHandler 대리자를 기반으로 처리기를 작성하는 방법에 대한 자세한 내용은 예외 처리(C# 프로그래밍 가이드) 및 UnhandledException의 비고를 참조하세요.
속성
Exception |
|
Handled |
예외가 처리되었는지를 나타내는 값을 가져오거나 설정합니다. |
Message |
처리되지 않은 원래 예외에서 전달된 메시지 문자열을 가져옵니다. |