SoapFault.FaultCode 属性
定义
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 的错误代码。The fault code for this SoapFault.
注解
错误代码元素提供了一种算法机制来识别错误。The fault code element provides an algorithmic mechanism to identify the fault.