Is there a way to programmatically quit my App? (Windows Phone 7)

后端 未结 9 1677
盖世英雄少女心
盖世英雄少女心 2020-12-07 01:23

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

9条回答
  •  一向
    一向 (楼主)
    2020-12-07 01:35

    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.

提交回复
热议问题