Skip to main content

TableNotInSchemaValidationException Class

In This Article

An exception thrown when a query references a table that is missing in the data source schema.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

public class TableNotInSchemaValidationException :
    ValidationException

#Inheritance

Object
Exception
ValidationException
TableNotInSchemaValidationException
See Also