ThrowActivity.Fault 屬性

定義

取得或設定應由 ThrowActivity拋出的例外物件。

public:
 property Exception ^ Fault { Exception ^ get(); void set(Exception ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Workflow.ComponentModel.ThrowActivity+FaultConverter))]
public Exception Fault { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Workflow.ComponentModel.ThrowActivity+FaultConverter))>]
member this.Fault : Exception with get, set
Public Property Fault As Exception

屬性值

與此事件相關的。Exception

屬性

備註

你透過解決對應的相依屬性,間接存取這類公共財產和事件。 此依賴性質即為名為 XPropertyXEvent的公開靜態欄位,其中 X 為對應性質。

適用於