简体   繁体   中英

App crash in windows phone 8.1

How to handled the unhandled exception in winrt windows phone 8.1 app. It display only the following exception name in output window

The program '[7560] MyApp.exe' has exited with code -1073740791 (0xc0000409).

and some time it Displayed

The thread 0x552c has exited with code 259 (0x103).
The thread 0x4440 has exited with code 0 (0x0).
The thread 0x5bc has exited with code 0 (0x0).
The thread 0x1560 has exited with code 0 (0x0).
The thread 0x1f04 has exited with code 0 (0x0).
The thread 0x1f30 has exited with code 0 (0x0).

With this I can't get anything about the app crash in output window. How to find this exception or how to handled to solve this exception, After this exception the app has been closed.

Thanks in Advance.

使用try catch块或在app.xml.cs文件上创建自定义错误处理程序。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM