Chapter 9. Exception Handling

Exception handling is an important ingredient of a robust application and should be included in the application design of every .NET program. Exception handling helps applications identify and respond to exceptional events in a known and robust manner. This enhances the correctness of an application, which naturally improves customer satisfaction. Unfortunately, exception handling is often an afterthought, which leads to poorly implemented solutions for exception handling and a less robust application. Starting with application ...

Get Programming Microsoft® Visual C#® 2005: The Language now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.