ObjectAlreadyExistsException 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 |
|---|---|
| ObjectAlreadyExistsException() |
Construtor base |
| ObjectAlreadyExistsException(String) |
Construtor base |
| ObjectAlreadyExistsException(String, Exception) |
Construtor base |
| ObjectAlreadyExistsException(String, String) |
Construtor |
ObjectAlreadyExistsException()
Construtor base
public ObjectAlreadyExistsException();
Public Sub New ()
Aplica-se a
ObjectAlreadyExistsException(String)
Construtor base
public ObjectAlreadyExistsException(string message);
new Microsoft.SqlServer.Management.Dmf.ObjectAlreadyExistsException : string -> Microsoft.SqlServer.Management.Dmf.ObjectAlreadyExistsException
Public Sub New (message As String)
Parâmetros
- message
- String
Aplica-se a
ObjectAlreadyExistsException(String, Exception)
Construtor base
public ObjectAlreadyExistsException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.ObjectAlreadyExistsException : string * Exception -> Microsoft.SqlServer.Management.Dmf.ObjectAlreadyExistsException
Public Sub New (message As String, innerException As Exception)
Parâmetros
- message
- String
- innerException
- Exception
Aplica-se a
ObjectAlreadyExistsException(String, String)
Construtor
public ObjectAlreadyExistsException(string objectType, string objectName);
new Microsoft.SqlServer.Management.Dmf.ObjectAlreadyExistsException : string * string -> Microsoft.SqlServer.Management.Dmf.ObjectAlreadyExistsException
Public Sub New (objectType As String, objectName As String)
Parâmetros
- objectType
- String
- objectName
- String