共用方式為


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

與這個執行個體相關聯的 Exception

屬性

備註

您可藉由剖析對應的相依性屬性來間接存取每一個公用屬性及這個型別的事件。 這個相依性屬性是名為 XPropertyXEvent 的公用靜態欄位,其中 X 是對應的屬性。

適用於