Construtor ConversionNotSupportedException (String, String)
Initializes a new instance of the ConversionNotSupportedException class with the specified host and type.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Public Sub New ( _
host As String, _
typeName As String _
)
'Uso
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
)
Parâmetros
- 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.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.