Tuesday, January 11, 2005

Unexpected Errors in Managed Applications

This Article features "handlinh Unexpected errors in managed applications.
Click on the link above to Read more................

In this installment of the .NET column I am going to present a handful of tips for dealing with unexpected errors. While it is common practice to catch exceptions to deal with expected failure cases, it is also common for managed applications to encounter errors for which the application is completely unprepared. In an ideal world you will establish clear policies for how your application discovers and responds to unhandled exceptions, reduced security permissions, and other related edge-cases, but in practice these are often overlooked.
Error handling infrastructure is a deceptively complex topic, and you can easily be overwhelmed by details, so I'll address a few relatively simple operations that are broadly applicable for dealing with unexpected err....................................................
http://msdn.microsoft.com/msdnmag/issues/04/06/NET/default.aspx

No comments: