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

CustomExpressionWithMissingInSchemaColumnValidationException Class

An exception thrown when a custom expression references a column that is missing in the data source schema.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v19.2.dll

Declaration

public class CustomExpressionWithMissingInSchemaColumnValidationException :
    ValidationException

Inheritance

Object
Exception
ValidationException
CustomExpressionWithMissingInSchemaColumnValidationException
See Also