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 |
元の未処理の例外によって渡されたメッセージ文字列を取得します。 |