指定したメッセージと内部例外を使用して、UnsupportedEngineTypeException クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Sub New ( _
message As String, _
innerException As Exception _
)
'使用
Dim message As String
Dim innerException As Exception
Dim instance As New UnsupportedEngineTypeException(message, _
innerException)
public UnsupportedEngineTypeException(
string message,
Exception innerException
)
public:
UnsupportedEngineTypeException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> UnsupportedEngineTypeException
public function UnsupportedEngineTypeException(
message : String,
innerException : Exception
)
パラメーター
- message
型: System.String
例外のメッセージを示す String 値です。
- innerException
型: System.Exception
Unsupported Feature 例外の内部例外を示す Exception システム オブジェクトの値です。
使用例
関連項目
参照
UnsupportedEngineTypeException クラス
UnsupportedEngineTypeException オーバーロード
Microsoft.SqlServer.Management.Smo 名前空間