Share via


XPathException コンストラクター (String, Exception)

指定したメッセージと例外を使用して、XPathException クラスの新しいインスタンスを初期化します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Sub New ( _
    msg As String, _
    e As Exception _
)
'使用
Dim msg As String 
Dim e As Exception 

Dim instance As New XPathException(msg, e)
public XPathException(
    string msg,
    Exception e
)
public:
XPathException(
    String^ msg, 
    Exception^ e
)
new : 
        msg:string * 
        e:Exception -> XPathException
public function XPathException(
    msg : String, 
    e : Exception
)

パラメーター

関連項目

参照

XPathException クラス

XPathException オーバーロード

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間