Try Catch Block for a Whole Class

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hi,

I have a Problem when i try to put a Try Catch Block Outside all the
Functions in a Class. But in .Net, it throws an error.

I like to catch all the Unhandled Exception that occured inside a Class so I
need to Put a TRY CATCH Block from the Next Line from where the Class starts.

I need to Achieve the Above Scenerio. Let me know if anyone knows the
Solution for it.

Thanks in Advance
.