1

将应用程序 WP7 移植到 WP8 后在输出中引发异常:

The thread 0xaac has exited with code 259 (0x103).
The thread 0xabc has exited with code 259 (0x103).
The thread 0xad8 has exited with code 259 (0x103).
The thread 0xb04 has exited with code 259 (0x103).
The thread 0xb0c has exited with code 259 (0x103).

但是在模拟器中一切都很好。
为什么会出现这些异常?
这可以在真实设备上使用吗?

注意:我使用WebClient.

4

1 回答 1

3

这看起来不像异常,而是线程退出代码(我猜可能是由于ThreadPool线程被结束)。我在调试窗口中看到这些额外的行,我的应用程序运行良好。

于 2013-04-29T13:27:34.220 回答