Back to Devexpress

DuplicateNameValidationException Class

corelibraries-devexpress-dot-dataaccess-dot-excel-73cf3555.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public class DuplicateNameValidationException :
    SchemaValidationException
vb
Public Class DuplicateNameValidationException
    Inherits SchemaValidationException

Inheritance

Object Exception SchemaValidationException DuplicateNameValidationException

See Also

DuplicateNameValidationException Members

DevExpress.DataAccess.Excel Namespace