Partilhar via


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

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.