XPathException Constructors

Definition

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

Applies to

XPathException(String, Exception)

TODO

public XPathException (string msg, Exception e);
new Microsoft.SqlServer.Management.Sdk.Sfc.XPathException : string * Exception -> Microsoft.SqlServer.Management.Sdk.Sfc.XPathException
Public Sub New (msg As String, e As Exception)

Parameters

msg
String

Applies to