Project DescriptionExceptionReporter is a .NET component that shows a dialog with detailed information on an Exception and the application/system running it. It allows the application user to copy, save and/or email a textual report of the incident.
ExceptionReporter Demo AppMost things can be configured: whether buttons have images, what text appears in the labels, font-sizes/colors, which tabs are shown etc
Contrasting configurationThere are no images on the buttons, the window title is customised and an extra Tab (
Contact) is visible
Latest Features (v2.1.1)
- Configuration Tab shows entire config XML file (not just application section)
- Configuration Tab shows XML file in formatted HTML
- Added Less/More detail button - toggles between showing just the exception message or the dialog as normal (for users who get confused with too much information)
- Support for multiple exceptions (ie a list of exceptions)
- A custom message can override the main message (ie Exception.Message)
- Screenshot saved as jpeg format (rather than .bmp) to reduce file size
- ExceptionReporter now exposes an API, so that programmers can create a report, programatically, without showing a dialog.
A WPF/XAML version of ExceptionReporter is in progress. Please feel free to download the source and contribute (eg submit a patch)