AssemblyAlreadyRegisteredException Classe
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.
Cette exception est levée lorsque FacetRepository tente d’analyser le même assembly pour la deuxième fois
public sealed class AssemblyAlreadyRegisteredException : Microsoft.SqlServer.Management.Dmf.DmfException
type AssemblyAlreadyRegisteredException = class
inherit DmfException
Public NotInheritable Class AssemblyAlreadyRegisteredException
Inherits DmfException
- Héritage
Constructeurs
| Nom | Description |
|---|---|
| AssemblyAlreadyRegisteredException() |
Constructeur de base |
| AssemblyAlreadyRegisteredException(String, Exception) |
Constructeur de base |
| AssemblyAlreadyRegisteredException(String) |
Crée une exception pour une tentative répétée d’inscription du même assembly |
Propriétés
| Nom | Description |
|---|---|
| Assembly |
Incriminer l’assembly |
| DmfExceptionType |
Type d’exception |
| HelpLink |
génère un lien vers le site web d’aide (Hérité de DmfException) |
| Message |
Message |
Méthodes
| Nom | Description |
|---|---|
| Init() |
Initialise les propriétés d’instance (Hérité de DmfException) |
| SetHelpContext(String) |
Définit le contexte d’aide (Hérité de DmfException) |