SoapException::MustUnderstandFaultCode Field
.NET Framework (current version)
A SOAP Fault Code that represents a SOAP element marked with the MustUnderstand attribute was not processed.
Assembly: System.Web.Services (in System.Web.Services.dll)
Field Value
Type: System.Xml::XmlQualifiedName^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.
.NET Framework
Available since 1.1
Available since 1.1
Show: