ConversionNotSupportedException コンストラクター (String, String)
指定されたホストと型を使用して、ConversionNotSupportedException クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Management.Dmf
アセンブリ: Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)
構文
'宣言
Public Sub New ( _
host As String, _
typeName As String _
)
'使用
Dim host As String
Dim typeName As String
Dim instance As New ConversionNotSupportedException(host, typeName)
public ConversionNotSupportedException(
string host,
string typeName
)
public:
ConversionNotSupportedException(
String^ host,
String^ typeName
)
new :
host:string *
typeName:string -> ConversionNotSupportedException
public function ConversionNotSupportedException(
host : String,
typeName : String
)
パラメーター
- host
型: System.String
変換に関連付けられているホストを示す String 値です。
- typeName
型: System.String
変換しようとした型を示す String 値です。
説明
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。
使用例
関連項目
参照
ConversionNotSupportedException クラス