次の方法で共有


XPathSelectionException コンストラクター

定義

オーバーロード

XPathSelectionException(String)
XPathSelectionException(SerializationInfo, StreamingContext)

XPathSelectionException(String)

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

パラメーター

strXPath
String

適用対象

XPathSelectionException(SerializationInfo, StreamingContext)

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

パラメーター

適用対象