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

CustomExpressionWithMissingInSchemaColumnValidationException(String, String) Constructor

Initializes a new instance of the CustomExpressionWithMissingInSchemaColumnValidationException class with the specified settings.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public CustomExpressionWithMissingInSchemaColumnValidationException(
    string table,
    string column
)

Parameters

Name Type Description
table String

A String value, specifying the table name.

column String

A String value, specifying the column name.

See Also