AssemblyAlreadyRegisteredException Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| AssemblyAlreadyRegisteredException() |
Construtor base |
| AssemblyAlreadyRegisteredException(String) |
Cria uma exceção para tentativa repetida de registrar o mesmo assembly |
| AssemblyAlreadyRegisteredException(String, Exception) |
Construtor base |
AssemblyAlreadyRegisteredException()
Construtor base
public AssemblyAlreadyRegisteredException();
Public Sub New ()
Aplica-se a
AssemblyAlreadyRegisteredException(String)
Cria uma exceção para tentativa repetida de registrar o mesmo assembly
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
Aplica-se a
AssemblyAlreadyRegisteredException(String, Exception)
Construtor 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