[mono-android] How and Where - setDefaultUncaughtExceptionHandler

Jonathan Pryor jonp at xamarin.com
Thu Nov 10 12:39:39 EST 2011


On Nov 10, 2011, at 12:27 PM, HSSoftware wrote:
> I see posts about making a call to Thread.setDefaultUncaughtExceptionHandler.
> 
> How and where do I make a similar call for a Mono for Android app? The
> Thread class is a .Net class.

It's transformed into the property Thread.DefaultUncaughtExceptionHandler property:

	http://androidapi.xamarin.com/index.aspx?link=P%3aJava.Lang.Thread.DefaultUncaughtExceptionHandler

 - Jon



More information about the Monodroid mailing list