I\'m writing a windows phone 7 app. I have \"fatal exception\" handling code where I know for sure that the app is totally busted and there\'s no point in continuing. (I\'
I suppose you can let your app throw an unhandled exception at which point, Windows Phone will automatically terminate your application.
As for certification requirement, you can ask for exception. This method has always worked for me.