Langue

ObjectAlreadyExistsException Constructeurs

Définition

Surcharges

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

S’applique à