I am having a nasty bug show up in the wild, and I can't put my finger on it. Is there a way to have a Global Try/Catch block, or a way to handle any exception that is unhanded in Monotouch.
Can I just wrap UIApplication.Main(args)
in a try catch?
After the exception is caught, Id like to show a UIAlertView to display the results.
Any help?