Constructeur AssemblyAlreadyRegisteredException (String)
Initializes a new instance of the AssemblyAlreadyRegisteredException class that has the specified message text.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Sub New ( _
assemblyName As String _
)
'Utilisation
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
)
Paramètres
- assemblyName
Type : System. . :: . .String
A String value that specifies the name of the asssembly.