Constructeur UnsupportedObjectTypeException (String, String)

Initializes a new instance of the UnsupportedObjectTypeException class that has the specified object type and host.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    typeName As String, _
    host As String _
)
'Utilisation
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
)

Paramètres

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.