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

適用於