Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用C#和Halcon做图像处理,现在有一个问题是我在一些操作上halconwindow,用户需要点击鼠标操作,但是这个时候用户没有任何操作就会关闭程序,或者直接点击鼠标左键按钮,然后单击鼠标右键。这次关闭程序,程序会等待关闭。在vs debug中调试,会看到内存损坏导致的错误。现在如何掩盖这个错误?或者让用户看不到等待关闭的界面。
使用try catch 块来捕获您看到的特定异常。在 catch 块中什么都不做将有效地隐藏它。