SoapException.MustUnderstandFaultCode Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A SOAP Fault Code that represents a SOAP element marked with the MustUnderstand
attribute was not processed.
public: static initonly System::Xml::XmlQualifiedName ^ MustUnderstandFaultCode;
public static readonly System.Xml.XmlQualifiedName MustUnderstandFaultCode;
staticval mutable MustUnderstandFaultCode : System.Xml.XmlQualifiedName
Public Shared ReadOnly MustUnderstandFaultCode As XmlQualifiedName
Field Value
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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.