Costruttore ConversionNotSupportedException (String, String)
Initializes a new instance of the ConversionNotSupportedException class with the specified host and type.
Spazio dei nomi Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
host As String, _
typeName As String _
)
'Utilizzo
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
)
Parametri
- host
Tipo: System.String
A String value that specifies the host that is associated with the conversion.
- typeName
Tipo: System.String
A String value that specifies the type that was being converted.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Esempi
Vedere anche
Riferimento
ConversionNotSupportedException Classe