Sprache

ObjectAlreadyExistsException Konstruktoren

Definition

Überlädt

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

Gilt für: