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

TableNotInSchemaValidationException Class

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

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v20.2.dll

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

Declaration

public class TableNotInSchemaValidationException :
    ValidationException

Inheritance

Object
Exception
ValidationException
TableNotInSchemaValidationException
See Also