XPathException 建構函式

定義

多載

XPathException()

待辦事項

public XPathException();
Public Sub New ()

適用於

XPathException(String)

待辦事項

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

參數

msg
String

適用於

XPathException(SerializationInfo, StreamingContext)

待辦事項

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)

參數

適用於

XPathException(String, Exception)

待辦事項

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)

參數

msg
String

適用於