GeekArticles
Concepts
Design Patterns


Article :: Framework Patterns: Exception Handling, Logging, and Tracing
Exception handling is more than just throwing and catching objects in .NET. There are many design elements in providing a robust system, and providing a sound exception handling, logging, and tracing schema are among the first steps. In this chapter from .NET Patterns: Architecture, Design, and Process, you'll learn best practices for determining when to throw, catch, and ultimately log your errors.
Sponsored Links
Read Next: Article :: Using the ACE Logging Facility
Related Topics
Design Patterns
- Data Structures and Algorithms with Object-Oriented Design Patterns in Ruby
- Data Structures and Algorithms with Object-Oriented Design Patterns in Python
- Data Structures and Algorithms with Object-Oriented Design Patterns in C#
- Object-Oriented Design Patterns in Java
- Design Patterns - Complete Ebook
- Article :: Introduction to Refactoring to Patterns
- Article :: Understanding The Facade Pattern
- Article :: Enterprise Integration Styles
- Article :: The Impact of Refactoring on Tests
- Article :: Framework Patterns: Exception Handling, Logging, and Tracing