ObjectAlreadyExistsException Costruttori

Definizione

Overload

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

Si applica a