Back to Devexpress

TypeIsNullValidationException Class

corelibraries-devexpress-dot-dataaccess-dot-excel-29820029.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.DataAccess

Declaration

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

Inheritance

Object Exception SchemaValidationException TypeIsNullValidationException

See Also

TypeIsNullValidationException Members

DevExpress.DataAccess.Excel Namespace