ObjectAlreadyExistsException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| ObjectAlreadyExistsException() |
Basiskonstruktor |
| ObjectAlreadyExistsException(String) |
Basiskonstruktor |
| ObjectAlreadyExistsException(String, Exception) |
Basiskonstruktor |
| ObjectAlreadyExistsException(String, String) |
Konstruktor |
ObjectAlreadyExistsException()
Basiskonstruktor
public ObjectAlreadyExistsException();
Public Sub New ()
Gilt für:
ObjectAlreadyExistsException(String)
Basiskonstruktor
public ObjectAlreadyExistsException(string message);
new Microsoft.SqlServer.Management.Dmf.ObjectAlreadyExistsException : string -> Microsoft.SqlServer.Management.Dmf.ObjectAlreadyExistsException
Public Sub New (message As String)
Parameter
- message
- String
Gilt für:
ObjectAlreadyExistsException(String, Exception)
Basiskonstruktor
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)
Parameter
- message
- String
- innerException
- Exception
Gilt für:
ObjectAlreadyExistsException(String, String)
Konstruktor
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)
Parameter
- objectType
- String
- objectName
- String