0

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?

John Saunders
  • 160,644
  • 26
  • 247
  • 397
user1690531
  • 231
  • 1
  • 6
  • 17
  • 1
    A better question than "is it possible" is "is it wise". You have no idea what the exception was, or what it means, or where it came from, but you'd like to continue executing code just the same. – John Saunders Nov 17 '12 at 06:31
  • Listen to John. You do not want to simply plow forward. – Anthony Pegram Nov 17 '12 at 06:33

0 Answers0