XPathException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| XPathException() |
TODO |
| XPathException(String) |
TODO |
| XPathException(SerializationInfo, StreamingContext) |
TODO |
| XPathException(String, Exception) |
TODO |
XPathException()
TODO
public XPathException();
Public Sub New ()
適用対象
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)
パラメーター
- msg
- String
適用対象
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)
パラメーター
- info
- SerializationInfo
- context
- StreamingContext