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

TypeIsNullValidationException Class

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

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public class TypeIsNullValidationException :
    SchemaValidationException

Inheritance

Object
Exception
SchemaValidationException
TypeIsNullValidationException
See Also