Do you use LadyLog?
Updated by Brady Stroud [SSW] 1 year ago. See history
123
Your users should never see the "unhandled exception" message in Windows Forms, WPF and Silverlight. You should always log errors somewhere (preferably a SQL database).

❌ Figure: Bad example - your users should never have unhandled exceptions in Windows Forms
LadyLog is a Windows UI for your application that allows users to Log meaningful errors.

✅ Figure: Good example - your users get a nice professional error reporting window
See SSW .NET Toolkit - LadyLog.
We have a program called SSW Code Auditor to check for this rule.