ObjectAlreadyExistsException Constructores

Definición

Sobrecargas

ObjectAlreadyExistsException()

Constructor base

public ObjectAlreadyExistsException();
Public Sub New ()

Se aplica a

ObjectAlreadyExistsException(String)

Constructor 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

Se aplica a

ObjectAlreadyExistsException(String, Exception)

Constructor 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

Se aplica a

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)

Parámetros

objectType
String
objectName
String

Se aplica a