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