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代码的错误代码。

注解

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

适用于