2

How do I implement a global handler in C# as mentioned here:

How do you implement global iPhone Exception Handling?

I'm trying to catch all errors so it can be logged and possibly uploaded to my server as a crash report. I was initially thinking of a global.asax equivalent location that I could place a log4net style writer with which to send caught errors.

What is the best way to catch errors globally in Xamarin apps?

Community
  • 1
  • 1
fractal
  • 1,649
  • 17
  • 31
  • possible duplicate of [MonoTouch: uncaughtExceptionHandler?](http://stackoverflow.com/questions/9491813/monotouch-uncaughtexceptionhandler) – Stephane Delcroix Jul 22 '13 at 08:12
  • See also http://stackoverflow.com/questions/4830510/monotouch-global-exception-handling and http://stackoverflow.com/questions/9491813/monotouch-uncaughtexceptionhandler – Stephane Delcroix Jul 22 '13 at 08:14

0 Answers0