I have a class with number of methods and want to have one exception handler for them all.
There are so many of these methods and they have different parameters, that it would b
This sounds like a problem with your design. Can you elaborate on exactly what exceptions you are trying to catch and why and we can try and help with that.