ObjectAlreadyExistsException Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| ObjectAlreadyExistsException() |
Costruttore di base |
| ObjectAlreadyExistsException(String) |
Costruttore di base |
| ObjectAlreadyExistsException(String, Exception) |
Costruttore di base |
| ObjectAlreadyExistsException(String, String) |
Costruttore |
ObjectAlreadyExistsException()
Costruttore di base
public ObjectAlreadyExistsException();
Public Sub New ()
Si applica a
ObjectAlreadyExistsException(String)
Costruttore di base
public ObjectAlreadyExistsException(string message);
new Microsoft.SqlServer.Management.Dmf.ObjectAlreadyExistsException : string -> Microsoft.SqlServer.Management.Dmf.ObjectAlreadyExistsException
Public Sub New (message As String)
Parametri
- message
- String
Si applica a
ObjectAlreadyExistsException(String, Exception)
Costruttore di 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)
Parametri
- message
- String
- innerException
- Exception
Si applica a
ObjectAlreadyExistsException(String, String)
Costruttore
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)
Parametri
- objectType
- String
- objectName
- String