DatabaseObjectDuplicatedException

Thrown when a database object cannot be created because another with the same name exists.

Namespace:
Inetdev.Data.DatabaseSchema
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.Data.SchemaManipulationException

Constructors

DatabaseObjectDuplicatedException

Initializes a new instance of DatabaseObjectDuplicatedException.

Signature:
public Void DatabaseObjectDuplicatedException(src, inner, command)
Parameters
Name Type Summary
src String Source code reference.
inner Exception Original exception.
command IDbCommand Command that causes de error.

In this document