Error Message

  • Thread starter Thread starter Stephan Zaubzer
  • Start date Start date
S

Stephan Zaubzer

Hi
I want to create an error message which has basically the same
functionality as MessageBox, however I want it to have some additional
functionality.
The Message is intended to show an error when an exception is caught. I
want to have a Details - Button which shows e.g. a Stacktrace of the
exception.
Is there souch a Class included in the .net Framework SDK or do I need
to implement it on my own?
Regards
Stephan
 
Stephan,

Check the ThreadExceptionDialog class in the System.Windows.Forms
namespace. It should give you what you want.

Hope this helps.
 
Back
Top