SoapFault.FaultString 屬性

定義

取得或設定錯誤訊息。SoapFault

public:
 property System::String ^ FaultString { System::String ^ get(); void set(System::String ^ value); };
public string FaultString { get; set; }
member this.FaultString : string with get, set
Public Property FaultString As String

屬性值

錯誤訊息 SoapFault的 。

備註

故障字串元素提供對錯誤的人類可讀解釋,並非用於演算法處理。

適用於