Turn off UnhandeledException handling in settings
It would be nice if we could be able to turn off the Dump of the Unhandeled exceptions, or Change the Default Handler from LINQPad on the 'AppDomain.CurrentDomain.UnhandledException'.
I have not found any way of turning this off without actually using reflection to fetch, and de-register the default, and then re-register my own implementation (it works, but it's buggy).
0
votes
Oddbjørn Bakke
shared this idea
-
Oddbjørn Bakke commented
Would also be nice with the rest of magic going on here also, like 'TaskScheduler.UnobservedTaskException'.