Конструктор AdapterAlreadyExistsException (String, String)

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

Пространство имен:  Microsoft.SqlServer.Management.Dmf
Сборка:  Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)

Синтаксис

'Декларация
Public Sub New ( _
    interfaceName As String, _
    typeName As String _
)
'Применение
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
)

Параметры

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

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

Примеры

Обработка исключений SMO

См. также

Справочник

AdapterAlreadyExistsException Класс

Перегрузка AdapterAlreadyExistsException

Пространство имен Microsoft.SqlServer.Management.Dmf