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
The bottom line is that all of us make mistakes. VB is pretty clever about finding syntax errors within the IDE, but a number of the possible errors simply cannot be discovered until you try to run the program. This section discusses some of the available error detection and correction techniques.