Skip to main content

DuplicateNameValidationException Class

In This Article

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.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

public class DuplicateNameValidationException :
    SchemaValidationException

#Inheritance

Object
Exception
SchemaValidationException
DuplicateNameValidationException
See Also