GeekArticles
Concepts
Design PatternsArticle :: Framework Patterns: Exception Handling, Logging, and Tracing
Author: awprofessional.com |
Published: 29th Aug 2005 |
Visited: 651 times |
Add CommentFiled in: Design PatternsException 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.
Read Article Sponsored Links
Related Articles
• Fallback Patterns for Ajax No matter how much the developer ensures that the application goes smoothly something will go wrong eventually. It may not happen today or the next few months but certain conditions will happen such as hardware or update incompatibility. That will lead to errors in executing an Ajax based applicatio ...
• Ajax Uncaught Exception Error When building an Ajax based website, one can encounter uncaught exception error while using Mozilla/Firefox.
Error: uncaught exception: Permission denied to call method
Even though everything appear to be fine except for this error, it could be that the Ajax based website will be working well fro ...