ObjectAlreadyExistsException Construtores

Definição

Sobrecargas

ObjectAlreadyExistsException()

Construtor base

public ObjectAlreadyExistsException();
Public Sub New ()

Aplica-se a

ObjectAlreadyExistsException(String)

Construtor base

public ObjectAlreadyExistsException(string message);
new Microsoft.SqlServer.Management.Dmf.ObjectAlreadyExistsException : string -> Microsoft.SqlServer.Management.Dmf.ObjectAlreadyExistsException
Public Sub New (message As String)

Parâmetros

message
String

Aplica-se a

ObjectAlreadyExistsException(String, Exception)

Construtor 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)

Parâmetros

message
String
innerException
Exception

Aplica-se a

ObjectAlreadyExistsException(String, String)

Construtor

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)

Parâmetros

objectType
String
objectName
String

Aplica-se a