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 的 。