ColumnNotInSchemaValidationException Constructors
An exception thrown when a query contains columns that are missing in the data source schema.| Name | Parameters | Description |
|---|---|---|
| ColumnNotInSchemaValidationException(String, String) | tableName, columnName | Initializes a new instance of the ColumnNotInSchemaValidationException class with the specified settings. |
See Also