c# - .NET 异常窗口 API

标签 c# .net visual-studio

有没有办法(通过某种 API)重用(在我的应用程序中)以下窗口

enter image description here

当抛出异常但未被 .NET 程序捕获时显示?

最佳答案

看看这个article描述如何创建可重用的异常对话框。

关于c# - .NET 异常窗口 API,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9471590/

相关文章:

c++ - Visual Studio 中的错误 : No symbols loaded for opencv_world310. dll

c# - 在 Active Directory 中,如何确定 ActiveDirectoryAccessRule 的类型?

c# - 无法从 "method group"转换为 "string"

c#单例代码重用

.net - AWS Polly 集成 SDK

.net - 无法将类型 'System.DBNull' 的对象强制转换为类型 'System.String'

c# - 我怎样才能把一个进程句柄窗口放在前面,但在正常大小下不能最大化?

.net - 如何找到字符串中最后一次出现的字符串?

c# - 属性 setter 的 Visual Studio DebuggerStepThrough

visual-studio - 如何使用Visual Studio 2010中的Mercurial?