Skip to main content
A newer version of this page is available. .

DuplicateNameValidationException Class

The exception thrown during ExcelDataSource.Schema validation when the schema references two or more FieldInfo objects having identical FieldInfo.Name values.

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v19.2.dll

Declaration

public class DuplicateNameValidationException :
    SchemaValidationException

Inheritance

Object
Exception
SchemaValidationException
DuplicateNameValidationException
See Also