In this video we will cover how to use error catching in a basic windows form application.
Basic Steps:
Try Catch
Wrap code to check for errors with try block.
Use catch block to display the error.
Try Parse
Read textbox input with error catching
Use return boolean of try parse to evaluate the error.
C# .NET
Windows Form Application
Button Event
Visual Studio
Variable Types
Textbox