See below for an explanation of what is going on
I have a really weird issue where the exception caught is null.
The code uses MEF and tries har
I ran in the same problem. In my case renaming the exception variable (e.g. ex => ex1) allowed to me to catch any exception...