Lesson 20 - Handling Exceptions
Tags:
C#
, 2003
, Language
, Beginning
This lesson explains what Exceptions are in .NET, and how Structured Exception Handling is employed in C#. It also discusses how to throw or raise exceptions from one software layer (Component) to the next and other general principles of handling exceptions in a well built application.