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
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


--
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

Reply via email to