This documentation is archived and is not being maintained.

SoapException.MustUnderstandFaultCode Field

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

[Visual Basic]
Public Shared ReadOnly MustUnderstandFaultCode As XmlQualifiedName
[C#]
public static readonly XmlQualifiedName MustUnderstandFaultCode;
[C++]
public: static XmlQualifiedName* MustUnderstandFaultCode;
[JScript]
public static var MustUnderstandFaultCode : XmlQualifiedName;

Remarks

Not all SOAP elements require processing by the server. However, if a SOAP element is marked with the MustUnderstand attribute equal to 1 or "true", processing is required. Failure to process the element, generates a SoapException with a MustUnderstandFaultCode.

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: