UnsupportedVersionException コンストラクター (String)

指定したメッセージを使用して、UnsupportedVersionException クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    message As String _
)
'使用
Dim message As String 

Dim instance As New UnsupportedVersionException(message)
public UnsupportedVersionException(
    string message
)
public:
UnsupportedVersionException(
    String^ message
)
new : 
        message:string -> UnsupportedVersionException
public function UnsupportedVersionException(
    message : String
)

パラメーター

使用例

SMO 例外の処理

関連項目

参照

UnsupportedVersionException クラス

UnsupportedVersionException オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

SMO 例外の処理