OBS: download the application please visit www.mrbool.com/player
Author: Ayad Boudiab
Title: Visual Studio C# - Exceptions
Duration: 18:58 min
Description:
Exceptions are anomalies that are difficult to account for when writing
programs. In this video, I will introduce how exceptions happen, and how
to handle them. We will explore the try/catch/finally blocks, and the
Exception and IndexOutOfRangeException classes. We will also introduce
important exception properties such as Message, StackTrace, and
InnerException.