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.v24.2.dll
NuGet Package: DevExpress.DataAccess
Declaration
public class CustomExpressionWithMissingInSchemaColumnValidationException :
ValidationException
Inheritance
Object
Exception
ValidationException
CustomExpressionWithMissingInSchemaColumnValidationException
See Also