Thursday, February 10, 2005

Exception Handling Best Practices in .NET

The Code Project - Exception Handling Best Practices in .NET - .NET

"...Notice that in this article, I will concentrate only in how to make a better use of .NET exceptions: I won't discuss how to properly report error messages, because I believe this belongs to UI domain, and it depends heavily on the interface being developed and the target audience; a blog text editor targeting teenagers should report error messages in a way completely different than a socket server, which will only be used directly by programmers.

..."


Some interesting .Net exception best praticies...

No comments: