Costruttore AdapterAlreadyExistsException (String, String)

Initializes a new instance of the AdapterAlreadyExistsException class that has the specified interface and type.

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    interfaceName As String, _
    typeName As String _
)
'Utilizzo
Dim interfaceName As String 
Dim typeName As String 

Dim instance As New AdapterAlreadyExistsException(interfaceName, _
    typeName)
public AdapterAlreadyExistsException(
    string interfaceName,
    string typeName
)
public:
AdapterAlreadyExistsException(
    String^ interfaceName, 
    String^ typeName
)
new : 
        interfaceName:string * 
        typeName:string -> AdapterAlreadyExistsException
public function AdapterAlreadyExistsException(
    interfaceName : String, 
    typeName : String
)

Parametri

  • interfaceName
    Tipo: System.String
    A String value that specifies the name of the referenced interface.
  • typeName
    Tipo: System.String
    A String value that specifies the type of the referenced object.

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Esempi

Gestione delle eccezioni SMO

Vedere anche

Riferimento

AdapterAlreadyExistsException Classe

Overload AdapterAlreadyExistsException

Spazio dei nomi Microsoft.SqlServer.Management.Dmf