Thrown when a database object cannot be created because another with the same name exists.
Initializes a new instance of DatabaseObjectDuplicatedException.
public Void DatabaseObjectDuplicatedException(src, inner, command)
Name | Type | Summary |
---|---|---|
src | String | Source code reference. |
inner | Exception | Original exception. |
command | IDbCommand | Command that causes de error. |
In this document