线程已退出,code 0(为0x0),没有unhanded例外

编程入门 行业动态 更新时间:2024-10-27 18:22:14
本文介绍了线程已退出,code 0(为0x0),没有unhanded例外的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

在调试我的C#应用​​程序,我已经注意到了以下句子大量出现: 线程 - 已退出与code 0(为0x0)。 该应用程序将继续工作,没有异常被逮住/ unhanded。

While debugging my C# application I have noticed a large amount occurrences of the following sentence: "The thread -- has exited with code 0 (0x0)." The application continues to work and no exception is catched/unhanded.

该应用程序在Windows 7 64位运行和调试与x86平台。

The application is running on Windows 7 64bit and debugged with x86 platform.

推荐答案

这是刚刚调试信息。您可以通过右键点击开关,关闭到输出窗口,并取消该线程结束的消息。

This is just debugging message. You can switch that off by right clicking into the output window and uncheck the thread ended message.

msdn.microsoft/en-us/library/bs4c1wda.aspx

在除了从您的应用程序,在输出窗口中编写出   可以显示相关信息:

In addition to program out from your application, the Output window can display the information about:

      
  • 模块中的调试器加载或卸载。

  • Modules the debugger has loaded or unloaded.

这抛出异常。

进程退出。

线程的退出。

更多推荐

线程已退出,code 0(为0x0),没有unhanded例外

本文发布于:2023-07-27 16:02:22,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1223287.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:线程   code   unhanded

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!