SoapFault.Detail 屬性

定義

取得或設定 SoapFault 所需的額外資訊。

public:
 property System::Object ^ Detail { System::Object ^ get(); void set(System::Object ^ value); };
public object Detail { get; set; }
member this.Detail : obj with get, set
Public Property Detail As Object

屬性值

SoapFault 所需的額外資訊。

備註

detail 元素會攜帶與SOAP訊息元素相關的 Body 應用程式特定錯誤資訊。

適用於