UnsupportedTypeException コンストラクター (String, String)

指定した型とノードを使用して、UnsupportedTypeException クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    node As String, _
    typeName As String _
)
'使用
Dim node As String 
Dim typeName As String 

Dim instance As New UnsupportedTypeException(node, typeName)
public UnsupportedTypeException(
    string node,
    string typeName
)
public:
UnsupportedTypeException(
    String^ node, 
    String^ typeName
)
new : 
        node:string * 
        typeName:string -> UnsupportedTypeException
public function UnsupportedTypeException(
    node : String, 
    typeName : String
)

パラメーター

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

使用例

SMO 例外の処理

関連項目

参照

UnsupportedTypeException クラス

UnsupportedTypeException オーバーロード

Microsoft.SqlServer.Management.Dmf 名前空間