yeah i agree System.AppDomain.CurrentDomain .UnhandledException += worked for me
On Sun, Aug 19, 2012 at 1:48 AM, Miljenko Cvjetko <mcvje...@holisticware.net > wrote: > Hi Stephan > > > On 2012.08.19 02:36, Stephan Steiner wrote: > >> Mel >> >> I think it's a WFC stack issue, too. I'm a bit unhappy though that I get >> those uncaught exceptions.. that's a "musn't happen" case for me. Throw me >> any exception back to my code is fine, but just crashing the app isn't. >> > I can understand Your frustration, but it does not help a lot (I have > learned hard way). > > Why don't You try UnhandledExceptionHandling? > In launcher Activity: > System.AppDomain.**CurrentDomain.**UnhandledException += ...' > > Android.Runtime.**AndroidEnvironment.**UnhandledExceptionRaiser += > new EventHandler<**RaiseThrowableEventArgs>(**AndroidEnvironment_** > UnhandledExceptionRaiser); > > But do not except that all problems will be gone. I can remember cases > when UEH did not pick up > all exceptions on desktop netfx... > > > >> After a lot of trial and error I managed to get a combination of >> ServiceStack & RestSharp working. Unfortunately RestSharp doesn't support >> enums, so I'm using ServiceStack.Text for json deserialization of my >> datacontracts. >> > I'm patching stuff like that too... > > cheers > > mel > > >> Regards >> Stephan >> >> >> >> -- >> View this message in context: http://mono-for-android.** >> 1047100.n5.nabble.com/**Stepping-into-standard-NET-** >> libs-tp5711361p5711404.html<http://mono-for-android.1047100.n5.nabble.com/Stepping-into-standard-NET-libs-tp5711361p5711404.html> >> Sent from the Mono for Android mailing list archive at Nabble.com. >> ______________________________**_________________ >> Monodroid mailing list >> Monodroid@lists.ximian.com >> >> UNSUBSCRIBE INFORMATION: >> http://lists.ximian.com/**mailman/listinfo/monodroid<http://lists.ximian.com/mailman/listinfo/monodroid> >> > > > -- > Miljenko Cvjetko dipl.ing. ET > Direktor/CEO > Projektant rješenja/Solution Architect > Razvojni programer/Senior developer > Voditelj projekta/Project Manager > > IX južna obala 13 > Kajzerica Zagreb > T: 385 1 7775555 > M: 385 91 557 447 3 > F: 385 1 7779556 > e: mcvje...@holisticware.net > w: http://www.holisticware.net > > ______________________________**_________________ > Monodroid mailing list > Monodroid@lists.ximian.com > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/**mailman/listinfo/monodroid<http://lists.ximian.com/mailman/listinfo/monodroid> > -- Extreme Knowledge is not something for which he programs a computer but for which his computer is programming him. -Wozniak - if my programming advice has helped you, feel free to donate to : <https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KYUXV2PG88YQQ> <https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KYUXV2PG88YQQ> <https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KYUXV2PG88YQQ>
_______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid