Back to Devexpress

CustomExpressionWithMissingInSchemaColumnValidationException Class

corelibraries-devexpress-dot-dataaccess-dot-sql-5374dc48.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public class CustomExpressionWithMissingInSchemaColumnValidationException :
    ValidationException
vb
Public Class CustomExpressionWithMissingInSchemaColumnValidationException
    Inherits ValidationException

Inheritance

Object Exception ValidationException CustomExpressionWithMissingInSchemaColumnValidationException

See Also

CustomExpressionWithMissingInSchemaColumnValidationException Members

DevExpress.DataAccess.Sql Namespace