Basically there's an error I need to fix but need to see where it is failing. I want to do an error report, but is using AppDomain.CurrentDomain.UnhandledExcecption in the platform projects the correct way to go or is there a way to set it up in the PCL?
Thanks.