I believe you have to catch each exception separately. Unless something changed in 2012 R2, there has never been a way to capture the exception type outside of a more specific Catch (..) clause.
↧
I believe you have to catch each exception separately. Unless something changed in 2012 R2, there has never been a way to capture the exception type outside of a more specific Catch (..) clause.