Hi guys,
i will have to create a custom exception class in my project. I have a single method that inserts data into the database with any sql provider (mssql,mysql,etc.) specified. If an error happens/occurs, how to determine if the type of exception is either mysqlexception or sqlexception?
Regards,
Bugwee