Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public class CustomExpressionWithMissingInSchemaColumnValidationException :
    ValidationException

Inheritance

Object
Exception
ValidationException
CustomExpressionWithMissingInSchemaColumnValidationException
See Also