Is there any way to catch any unhandled exceptions on a form. I don't want to wrap hundreds of methods in hundreds of forms in a try catch block.
I do have a base form which each form inherits from.
Is there any way to catch any unhandled exceptions?
Thank you