SoapFault.FaultCode 属性

定义

获取或设置 SoapFault 的错误代码。Gets or sets the fault code for the 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

属性值

String

SoapFault 的错误代码。The fault code for this SoapFault.

注解

错误代码元素提供了一种算法机制来识别错误。The fault code element provides an algorithmic mechanism to identify the fault.

适用于