jon, correct my if I'm wrong but that(DefaultUncaughtExceptionHandler) only
catches java errors. for uncaught .net errors:

    AppDomain.CurrentDomain.UnhandledException += new
UnhandledExceptionEventHandler(CurrentDomain_UnhandledException);

use lightly and make sure on different threads you reassign it. (afaik) it
only tacks exceptions for the current thread but i'm not sure on that.
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to