SoapException.MustUnderstandFaultCode 欄位

定義

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

適用於