Hi Guys -
Can try catch block also handles this kind of errors?
--Column name or number of supplied values does not match--Invalid object name
Testing above test cases by giving improper column definition to a table and also wrong table name to check if we can catch the errors in catch block but it is not happening. I know it will handle logical errors like column truncation and also 1/0 kind of errors. But just checking if there any way to handle above errors as well in any way.
T