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

指定されたオブジェクトの型とホストを持つ UnsupportedObjectTypeException クラスの新しいインスタンスを初期化します。

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

構文

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

Dim instance As New UnsupportedObjectTypeException(typeName, _
    host)
public UnsupportedObjectTypeException(
    string typeName,
    string host
)
public:
UnsupportedObjectTypeException(
    String^ typeName, 
    String^ host
)
new : 
        typeName:string * 
        host:string -> UnsupportedObjectTypeException
public function UnsupportedObjectTypeException(
    typeName : String, 
    host : String
)

パラメーター

  • typeName
    型: System.String
    サポートされていないオブジェクトの型を示す String 値です。
  • host
    型: System.String
    サポートされていないオブジェクトに関連付けられているホストの名前を示す String です。

説明

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

関連項目

参照

UnsupportedObjectTypeException クラス

UnsupportedObjectTypeException オーバーロード

Microsoft.SqlServer.Management.Dmf 名前空間