ThrowActivity.Fault 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定應由 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
- 屬性
備註
你透過解決對應的相依屬性,間接存取這類公共財產和事件。 此依賴性質即為名為 XProperty 或 XEvent的公開靜態欄位,其中 X 為對應性質。