AssemblyAlreadyRegisteredException Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| AssemblyAlreadyRegisteredException() |
Constructor base |
| AssemblyAlreadyRegisteredException(String) |
Crea una excepción para el intento repetido de registrar el mismo ensamblado. |
| AssemblyAlreadyRegisteredException(String, Exception) |
Constructor base |
AssemblyAlreadyRegisteredException()
Constructor base
public AssemblyAlreadyRegisteredException();
Public Sub New ()
Se aplica a
AssemblyAlreadyRegisteredException(String)
Crea una excepción para el intento repetido de registrar el mismo ensamblado.
public AssemblyAlreadyRegisteredException(string assemblyName);
new Microsoft.SqlServer.Management.Dmf.AssemblyAlreadyRegisteredException : string -> Microsoft.SqlServer.Management.Dmf.AssemblyAlreadyRegisteredException
Public Sub New (assemblyName As String)
Parámetros
- assemblyName
- String
Se aplica a
AssemblyAlreadyRegisteredException(String, Exception)
Constructor 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)
Parámetros
- message
- String
- innerException
- Exception