Skip to main content

RelationColumnNotInSchemaValidationException Constructors

An exception thrown when a key column of a data relation is missing in the data source schema.
Name Parameters Description
RelationColumnNotInSchemaValidationException(String, String) tableName, columnName Initializes a new instance of the RelationColumnNotInSchemaValidationException class with the specified settings.
See Also