dr. evil
dr. evil

Reputation: 27265

User Friendly Exception Handling Libraries for WinForms (.NET)

I'm trying to find a nice library for user friendly exception handling for unhandled exceptions.

I found the following one: http://www.codeproject.com/KB/exception/ExceptionHandling.aspx

Is there any other similar projects out there LGPL/Free (or cheap).

I'm looking for features like:

Upvotes: 2

Views: 1060

Answers (1)

grover
grover

Reputation: 2295

You could take a look at the Exception Handling Application Block provided by the Microsoft patterns and practices group. I think it is able to do everything you need and more.

Upvotes: 1

Related Questions