This documentation is archived and is not being maintained.

SoapException Fields

The fields of the SoapException class are listed here. For a complete list of SoapException class members, see the SoapException Members topic.

Public Fields

public fieldstatic (Shared in Visual Basic)ClientFaultCode

Supported by the .NET Compact Framework.

Specifies a SOAP fault code representing a client call was not formatted correctly or did not contain the appropriate information.
public fieldstatic (Shared in Visual Basic)DetailElementName

Supported by the .NET Compact Framework.

Gets an XmlQualifiedName representing the Detail element of a SOAP Fault code.
public fieldstatic (Shared in Visual Basic)MustUnderstandFaultCode

Supported by the .NET Compact Framework.

A SOAP Fault Code representing a SOAP element marked with the MustUnderstand attribute was not processed.
public fieldstatic (Shared in Visual Basic)ServerFaultCode

Supported by the .NET Compact Framework.

Specifies a SOAP fault code representing an error occurred during the processing of a client call on the server, where the problem was not due to the message contents.
public fieldstatic (Shared in Visual Basic)VersionMismatchFaultCode

Supported by the .NET Compact Framework.

A SOAP fault code representing an invalid namespace for a SOAP Envelope was found during the processing of the SOAP message.

See Also

SoapException Class | System.Web.Services.Protocols Namespace

Show: