SoapFault.Detail 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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
應用程式特定錯誤資訊。