This documentation is archived and is not being maintained.

SoapException Fields

The SoapException type exposes the following members.

  NameDescription
Public field Static member Supported by the .NET Compact Framework ClientFaultCode Specifies a SOAP fault code that represents a client call that is not formatted correctly or does not contain the appropriate information.
Public field Static member Supported by the .NET Compact Framework DetailElementName Gets an XmlQualifiedName that represents the Detail element of a SOAP Fault code.
Public field Static member Supported by the .NET Compact Framework MustUnderstandFaultCode A SOAP Fault Code that represents a SOAP element marked with the MustUnderstand attribute was not processed.
Public field Static member Supported by the .NET Compact Framework ServerFaultCode 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.
Public field Static member Supported by the .NET Compact Framework VersionMismatchFaultCode A SOAP fault code that represents an invalid namespace for a SOAP envelope was found during the processing of the SOAP message.
Top
Show: