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

CustomExpressionWithMissingInSchemaColumnValidationException Constructors

An exception thrown when a custom expression references a column that is missing in the data source schema.
Name Parameters Description
CustomExpressionWithMissingInSchemaColumnValidationException(String, String) table, column Initializes a new instance of the CustomExpressionWithMissingInSchemaColumnValidationException class with the specified settings.
See Also