SfcInvalidConnectionContextModeChangeException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| SfcInvalidConnectionContextModeChangeException() | |
| SfcInvalidConnectionContextModeChangeException(String, String) | |
| SfcInvalidConnectionContextModeChangeException(String, String, Exception) |
SfcInvalidConnectionContextModeChangeException()
public SfcInvalidConnectionContextModeChangeException();
Public Sub New ()
適用対象
SfcInvalidConnectionContextModeChangeException(String, String)
public SfcInvalidConnectionContextModeChangeException(string fromMode, string toMode);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidConnectionContextModeChangeException : string * string -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidConnectionContextModeChangeException
Public Sub New (fromMode As String, toMode As String)
パラメーター
- fromMode
- String
- toMode
- String
適用対象
SfcInvalidConnectionContextModeChangeException(String, String, Exception)
public SfcInvalidConnectionContextModeChangeException(string fromMode, string toMode, Exception innerException);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidConnectionContextModeChangeException : string * string * Exception -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidConnectionContextModeChangeException
Public Sub New (fromMode As String, toMode As String, innerException As Exception)
パラメーター
- fromMode
- String
- toMode
- String
- innerException
- Exception