AssemblyAlreadyRegisteredException Constructor (String)

 

Initializes a new instance of the AssemblyAlreadyRegisteredException class that has the specified message text.

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

Syntax

public AssemblyAlreadyRegisteredException(
    string assemblyName
)
public:
AssemblyAlreadyRegisteredException(
    String^ assemblyName
)
new : 
        assemblyName:string -> AssemblyAlreadyRegisteredException
Public Sub New (
    assemblyName As String
)

Parameters

Examples

Handling SMO Exceptions

See Also

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

Return to top