Langue

AssemblyAlreadyRegisteredException Constructeurs

Définition

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

S’applique à