Back to Devexpress

SchemaValidationException Class

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

latest1.5 KB
Original Source

SchemaValidationException Class

The base for exceptions thrown when the ExcelDataSource.Schema validation fails.

Namespace : DevExpress.DataAccess.Excel

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public abstract class SchemaValidationException :
    Exception
vb
Public MustInherit Class SchemaValidationException
    Inherits Exception

Inheritance

Object Exception SchemaValidationException DuplicateNameValidationException

NameIsNullOrEmptyValidationException

TypeIsNullValidationException

See Also

SchemaValidationException Members

DevExpress.DataAccess.Excel Namespace