DispatcherUnhandledExceptionEventArgs.Handled プロパティ

定義

例外イベントが処理されたかどうかを取得または設定します。

public:
 property bool Handled { bool get(); void set(bool value); };
public bool Handled { get; set; }
member this.Handled : bool with get, set
Public Property Handled As Boolean

プロパティ値

Boolean

例外が処理された場合は true。それ以外の場合は false

適用対象