SoapException.MustUnderstandFaultCode 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
SOAP 错误代码,它表示没有处理用 MustUnderstand
特性标记的 SOAP 元素。
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
字段值
注解
并非所有 SOAP 元素都需要服务器进行处理。 但是,如果 SOAP 元素标记为 MustUnderstand
属性等于 1 或 true
,则需要进行处理。 处理 元素失败会 SoapException 生成具有 的 MustUnderstandFaultCode。