Windows Phone 7 Error Handling, Reporting
I decided to create a a basic error handling infrastructure with an Error Window for my Windows Phone 7 application with the following in mind: Informing user of a problem Displaying a user-friendly error message in Release mode Displaying a developer-friendly full error message in Debug mode Offering a more robust window than MessageBox API…
Read More