TableNotInSchemaValidationException Constructors
An exception thrown when a query references a table that is missing in the data source schema.Name | Parameters | Description |
---|---|---|
TableNotInSchemaValidationException(String) | tableName | Initializes a new instance of the TableNotInSchemaValidationException class with the specified settings. |
See Also