共用方式為


WebServiceFaultActivity.Fault 屬性

定義

取得或設定導致 Web 服務停止的例外狀況。

public:
 property Exception ^ Fault { Exception ^ get(); void set(Exception ^ value); };
[System.ComponentModel.Browsable(true)]
public Exception Fault { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.Fault : Exception with get, set
Public Property Fault As Exception

屬性值

導致 Web 服務停止的例外狀況。

屬性

適用於

另請參閱