Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Public Sub New ( _
assemblyName As String _
)
'Usage
Dim assemblyName As String
Dim instance As New AssemblyAlreadyRegisteredException(assemblyName)
public AssemblyAlreadyRegisteredException(
string assemblyName
)
public:
AssemblyAlreadyRegisteredException(
String^ assemblyName
)
new :
assemblyName:string -> AssemblyAlreadyRegisteredException
public function AssemblyAlreadyRegisteredException(
assemblyName : String
)
Parameters
- assemblyName
Type: System.String
A String value that specifies the name of the asssembly.
Examples
See Also
Reference
AssemblyAlreadyRegisteredException Class