I have an app the crashes with Nil Object Exception.
So I decided to put in an Event handler for UnhandledException
as soon as I did… the app won’t even run… it crashes right out of the gate and shuts down.
If I comment out the code within the handler. it still crashes
If I remove the event entirely the app works, until I invoke the situation I was trying to track down in the first place.
Rather odd that just the existence of UnhandledException causes a catastrophic shutdown