Reputation: 21419
Is there a way (through some sort of API) to reuse (in my application) the following window
displayed when an exception is thrown and not caught by a .NET program?
Upvotes: 2
Views: 393
Reputation: 21419
Yes! I found it! It was not easy to find though :( Check this out ThreadExceptionDialog and an example where it is used.
Upvotes: 3
Reputation: 1067
Take a look at this article describing how to create reusable exception dialog.
Upvotes: 4