XPathSelectionException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- strXPath
- String
Applies to
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)