Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.04 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.04 KB

Exception MessageBox

GitHub

Build status

The Exception MessageBox is a custom gui MessageBox specifically designed to display the details of an Exception object to the user for debugging purposes. This project was inspired by the ExceptionMessageBox class that is bundled with the Microsoft Sql Server Management Studio application.

This project will be divided into multiple parts based on the dotnet gui framework. The gui frameworks that are currently available are:

There are plans to add gui support for the following frameworks:

  • Windows Forms
  • Avalonia

If there are other framworks, please let me know.