Skip to main content

DuplicatingColumnNamesValidationException Constructors

An exception thrown when trying to select a column that has already been selected.
Name Parameters Description
DuplicatingColumnNamesValidationException(String, String) tableActualName, columnActualName Initializes a new instance of the DuplicatingColumnNamesValidationException class with the specified settings.
See Also