Skip to main content

NameIsNullOrEmptyValidationException Class

In This Article

The exception thrown during ExcelDataSource.Schema validation when the schema references a FieldInfo object without a proper FieldInfo.Name.

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

public class NameIsNullOrEmptyValidationException :
    SchemaValidationException

#Inheritance

Object
Exception
SchemaValidationException
NameIsNullOrEmptyValidationException
See Also