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

CustomExpressionWithColumnOfMissingTableValidationException Class

An exception thrown when a custom expression references a column contained in a table that has not been selected.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v20.2.dll

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

Declaration

public class CustomExpressionWithColumnOfMissingTableValidationException :
    ValidationException

Inheritance

Object
Exception
ValidationException
CustomExpressionWithColumnOfMissingTableValidationException
See Also