Share via


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 サービスが停止する原因となった例外。

属性

適用対象

こちらもご覧ください