AssemblyAlreadyRegisteredException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| AssemblyAlreadyRegisteredException() |
Constructeur de base |
| AssemblyAlreadyRegisteredException(String) |
Crée une exception pour une tentative répétée d’inscription du même assembly |
| AssemblyAlreadyRegisteredException(String, Exception) |
Constructeur de base |
AssemblyAlreadyRegisteredException()
Constructeur de base
public AssemblyAlreadyRegisteredException();
Public Sub New ()
S’applique à
AssemblyAlreadyRegisteredException(String)
Crée une exception pour une tentative répétée d’inscription du même assembly
public AssemblyAlreadyRegisteredException(string assemblyName);
new Microsoft.SqlServer.Management.Dmf.AssemblyAlreadyRegisteredException : string -> Microsoft.SqlServer.Management.Dmf.AssemblyAlreadyRegisteredException
Public Sub New (assemblyName As String)
Paramètres
- assemblyName
- String
S’applique à
AssemblyAlreadyRegisteredException(String, Exception)
Constructeur de base
public AssemblyAlreadyRegisteredException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.AssemblyAlreadyRegisteredException : string * Exception -> Microsoft.SqlServer.Management.Dmf.AssemblyAlreadyRegisteredException
Public Sub New (message As String, innerException As Exception)
Paramètres
- message
- String
- innerException
- Exception