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

元の未処理の例外によって渡されたメッセージ文字列を取得します。

適用対象

こちらもご覧ください