SoapException.Node 屬性

定義

取得 URI,表示造成例外狀況的程式碼片段。

public:
 property System::String ^ Node { System::String ^ get(); };
[System.Runtime.InteropServices.ComVisible(false)]
public string Node { get; }
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.Node : string
Public ReadOnly Property Node As String

屬性值

String

造成例外狀況的程式碼片段。

屬性

備註

Node SOAP 通訊協定 1.1 版用來與 XML Web 服務通訊時,會忽略 屬性。 使用 SOAP 1.2 時,屬性會在 Node SOAP 訊息的 元素內 fault 設定 node 專案。

ActorNode 屬性都會識別造成例外狀況的程式碼片段;它們只會分別參考其 SOAP 1.1 和 SOAP 1.2 名稱。 因為它們都參考相同的屬性值,所以應用程式只能存取 Actor 屬性。 這些屬性的值是由接受 actor 參數的建構函式所設定。

適用於