In my VS2012 VB.net application I have a section of code that is called for UnhandledExceptions.
My question is this: After an unhandled exception occurs, is it possible to continue code execution at the next line. Like the "on error resume next", except for exceptions?