Share via


SoapFault.FaultCode 属性

定义

获取或设置 SoapFault 的错误代码。

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

属性值

SoapFault 的错误代码。

注解

错误代码元素提供用于识别故障的算法机制。

适用于