ExceptionReporter 2.1.1
See the version list below for details.
dotnet add package ExceptionReporter --version 2.1.1
NuGet\Install-Package ExceptionReporter -Version 2.1.1
<PackageReference Include="ExceptionReporter" Version="2.1.1" />
paket add ExceptionReporter --version 2.1.1
#r "nuget: ExceptionReporter, 2.1.1"
// Install ExceptionReporter as a Cake Addin #addin nuget:?package=ExceptionReporter&version=2.1.1 // Install ExceptionReporter as a Cake Tool #tool nuget:?package=ExceptionReporter&version=2.1.1
ExceptionReporter 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 report of the incident - including a screenshot that is taken automatically (if configured)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on ExceptionReporter:
Repository | Stars |
---|---|
jwallet/spy-spotify
🎤 Records Spotify to mp3 without ads and adds media tags to the files 🎵
|
First Nuget version, last features include:
- 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 in jpeg (rather than .bmp) to reduce file size
- New API exposed, so that programmers can create a report, programatically, without showing a dialog (see ExceptionReportGenerator class)
- AppVersion and AppName config properties can now be set manually - previously, although they were public properties, they would be forcibly overriden by ExceptionReporter as part of gathering application/system properties