SoapException::ClientFaultCode Field

 

Specifies a SOAP fault code that represents a client call that is not formatted correctly or does not contain the appropriate information.

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
static initonly XmlQualifiedName^ ClientFaultCode

Field Value

Type: System.Xml::XmlQualifiedName^

An example of when a ClientFaultCode can be generated, is when a client call does not have proper authentication or payment information. It is generally an indication that the client call must be changed before it is resent.

.NET Framework
Available since 1.1
Return to top
Show: