在端口应用程序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
。
答案 0 :(得分:3)
这看起来不像是一个异常,而是一个线程退出代码(我猜可能是因为ThreadPool
线程正在结束)。我在Debug窗口中看到了这些额外的行,我的应用程序运行正常。