This documentation is archived and is not being maintained.
SoapException Fields
.NET Framework 1.1
The fields of the SoapException class are listed here. For a complete list of SoapException class members, see the SoapException Members topic.
Public Fields
![]() 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. |
![]() DetailElementName Supported by the .NET Compact Framework. | Gets an XmlQualifiedName representing the Detail element of a SOAP Fault code. |
![]() MustUnderstandFaultCode Supported by the .NET Compact Framework. | A SOAP Fault Code representing a SOAP element marked with the MustUnderstand attribute was not processed. |
![]() 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. |
![]() 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:

