ObjectAlreadyExistsException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| ObjectAlreadyExistsException() |
Constructeur de base |
| ObjectAlreadyExistsException(String) |
Constructeur de base |
| ObjectAlreadyExistsException(String, Exception) |
Constructeur de base |
| ObjectAlreadyExistsException(String, String) |
Constructor |
ObjectAlreadyExistsException()
Constructeur de base
public ObjectAlreadyExistsException();
Public Sub New ()
S’applique à
ObjectAlreadyExistsException(String)
Constructeur de base
public ObjectAlreadyExistsException(string message);
new Microsoft.SqlServer.Management.Dmf.ObjectAlreadyExistsException : string -> Microsoft.SqlServer.Management.Dmf.ObjectAlreadyExistsException
Public Sub New (message As String)
Paramètres
- message
- String
S’applique à
ObjectAlreadyExistsException(String, Exception)
Constructeur de 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)
Paramètres
- message
- String
- innerException
- Exception
S’applique à
ObjectAlreadyExistsException(String, String)
Constructor
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)
Paramètres
- objectType
- String
- objectName
- String