I'm developing an AutoCAD Plugin, and I can't capture unhandled exceptions.
Tried to use CurrentDomain.UnhandledException and Application.ThreadException, but none of this work.
I would like try the solution suggested in this post:
How to catch unhandled exceptions thrown in AutoCAD.NET
But don't know how to do it. Probably this could be the best solution, so I can show my own Error Dialog (and send report functionality) avoiding AutoCAD's Error Dialog.