XPathException 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
XPathException() |
TODO |
XPathException(String) |
TODO |
XPathException(SerializationInfo, StreamingContext) |
TODO |
XPathException(String, Exception) |
TODO |
XPathException()
TODO
public XPathException ();
Public Sub New ()
Applies to
XPathException(String)
TODO
public XPathException (string msg);
new Microsoft.SqlServer.Management.Sdk.Sfc.XPathException : string -> Microsoft.SqlServer.Management.Sdk.Sfc.XPathException
Public Sub New (msg As String)
Parameters
- msg
- String
Applies to
XPathException(SerializationInfo, StreamingContext)
TODO
protected XPathException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.Management.Sdk.Sfc.XPathException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.Management.Sdk.Sfc.XPathException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext