Visual Studio Express 2012 for Web Tutorial 5 - Prevent Crashes With Try Catch


When a non-number character is entered into a variable that is expecting a number, the application crashes. By using Try Catch, we can prevent the program from crashing when something incorrect is entered into the computer.

Code Download
VSE2012T5.zip