You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
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.