|
Visual C# 2005: Exceptions, describes how to use the .NET exception handling mechanism to deal with unexpected and anomalous behavior. This course also covers how to create and use custom exceptions based upon the system-provided Exception class.
Objectives:
- Use the C# exception handling mechanism
- Create and use your own custom exceptions
- Use the methods of the C# System.Exception class
Topics:
- Introduction to Exception Handling
- Creating Exception Classes
|