MessageFault.Node プロパティ

定義

エラーの原因となったメッセージ パス上の SOAP ノードに関する情報を格納する SOAP ノードを取得します。

public:
 virtual property System::String ^ Node { System::String ^ get(); };
public virtual string Node { get; }
member this.Node : string
Public Overridable ReadOnly Property Node As String

プロパティ値

String

エラーの原因となったメッセージ パス上の SOAP ノードに関する情報を格納する SOAP ノード。

適用対象