Exception Handling
- slide 21 : 30
Handling more than one type of exception in C#
Multiple types of exceptions can be handled in a single try control structure
A C# program with an exception handling attempt - not a success.
Output from the C# program with an unhandled exception.
A C# program with an exception handling attempt - now successful.
Output from the C# program with a handled exception.
Handle specialized exceptions before general exceptions