SoapException.MustUnderstandFaultCode Field
Definition
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.