ObjectAlreadyExistsException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ObjectAlreadyExistsException() |
Base constructor |
ObjectAlreadyExistsException(String) |
Base constructor |
ObjectAlreadyExistsException(String, Exception) |
Base constructor |
ObjectAlreadyExistsException(String, String) |
Constructor |
ObjectAlreadyExistsException()
Base constructor
public ObjectAlreadyExistsException ();
Public Sub New ()
Applies to
ObjectAlreadyExistsException(String)
Base constructor
public ObjectAlreadyExistsException (string message);
new Microsoft.SqlServer.Management.Dmf.ObjectAlreadyExistsException : string -> Microsoft.SqlServer.Management.Dmf.ObjectAlreadyExistsException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
ObjectAlreadyExistsException(String, Exception)
Base constructor
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)
Parameters
- message
- String
- innerException
- Exception
Applies to
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)
Parameters
- objectType
- String
- objectName
- String