AdapterAlreadyExistsException Constructor (String, String)

 

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

Namespace:   Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

public AdapterAlreadyExistsException(
    string interfaceName,
    string typeName
)
public:
AdapterAlreadyExistsException(
    String^ interfaceName,
    String^ typeName
)
new : 
        interfaceName:string *
        typeName:string -> AdapterAlreadyExistsException
Public Sub New (
    interfaceName As String,
    typeName As String
)

Parameters

  • interfaceName
    Type: System.String

    A String value that specifies the name of the referenced interface.

  • typeName
    Type: System.String

    A String value that specifies the type of the referenced object.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Examples

Handling SMO Exceptions

See Also

AdapterAlreadyExistsException Overload
AdapterAlreadyExistsException Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top