I'm working on a project and all of the catch statements are catching "Exception ex". Is this acceptable? (e.g. 1000's of Exception ex and no sub classes of Exception anywhere)
I'm aware this depends on the situation but I'm trying to get more of a grasp on it, from my perspective you could be missing things that happen when doing this and potentially make it harder to track down issues later?