This documentation is archived and is not being maintained.
SoapException.VersionMismatchFaultCode Field
.NET Framework 1.1
A SOAP fault code representing an invalid namespace for a SOAP Envelope was found during the processing of the SOAP message.
[Visual Basic] Public Shared ReadOnly VersionMismatchFaultCode As XmlQualifiedName [C#] public static readonly XmlQualifiedName VersionMismatchFaultCode; [C++] public: static XmlQualifiedName* VersionMismatchFaultCode; [JScript] public static var VersionMismatchFaultCode : XmlQualifiedName;
Remarks
A SOAP Envelope is the top-level element of an XML document representing a SOAP message.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
SoapException Class | SoapException Members | System.Web.Services.Protocols Namespace
Show: