次の方法で共有


XPathUpdateException コンストラクター

定義

オーバーロード

XPathUpdateException(String)
XPathUpdateException(SerializationInfo, StreamingContext)

XPathUpdateException(String)

protected:
 XPathUpdateException(System::String ^ strXPath);
protected XPathUpdateException (string strXPath);
new Microsoft.XLANGs.BaseTypes.XPathUpdateException : string -> Microsoft.XLANGs.BaseTypes.XPathUpdateException
Protected Sub New (strXPath As String)

パラメーター

strXPath
String

適用対象

XPathUpdateException(SerializationInfo, StreamingContext)

protected:
 XPathUpdateException(System::Runtime::Serialization::SerializationInfo ^ si, System::Runtime::Serialization::StreamingContext sc);
protected XPathUpdateException (System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext sc);
new Microsoft.XLANGs.BaseTypes.XPathUpdateException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.BaseTypes.XPathUpdateException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)

パラメーター

適用対象