System.Web.Services.Protocols.SoapException: Field Members

The fields of System.Web.Services.Protocols.SoapException are listed below. For a list of all members, see the SoapException Members list.

See Also: Inherited members from System.SystemException

Public Fields

static readonly
ClientFaultCodeSystem.Xml.XmlQualifiedName.

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

static readonly
DetailElementNameSystem.Xml.XmlQualifiedName.

Gets an System.Xml.XmlQualifiedName that represents the SoapException.Detail element of a SOAP Fault code.

static readonly
MustUnderstandFaultCodeSystem.Xml.XmlQualifiedName.

A SOAP Fault Code that represents a SOAP element marked with the MustUnderstand attribute was not processed.

static readonly
ServerFaultCodeSystem.Xml.XmlQualifiedName.

Specifies that a SOAP fault code that represents an error occurred during the processing of a client call on the server, where the problem is not due to the message contents.

static readonly
VersionMismatchFaultCodeSystem.Xml.XmlQualifiedName.

A SOAP fault code that represents an invalid namespace for a SOAP envelope was found during the processing of the SOAP message.