Duration: 3
hours
When creating any program, you need to cater for when the inevitable errors occur. In this course you will look at handling errors from two perspectives. Firstly, you will see the type of code required to branch to an error routine that will perform actions that will - help with diagnosing the problem, clean up certain activity that has occurred, and end the program. Performing diagnostics on errors that have occurred to determine the problem is also covered in depth, highlighting utilities and code used to assist with this task.