Home Visual Basic Error Handling

Visual Basic - Error Handling



Handling errors properly in Visual Basic is a good idea because of the alternative: Visual Basic's default error handling rules are rather severe. Unhandled errors are reported, and then an End statement is executed. Keep in mind that an End statement stops your application dead?no form QueryUnload or Unload events, no class Terminate events, not much of anything in fact.

[Next]