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.
我已经开始对 Windows 窗体应用程序使用异常。每当它注意到程序崩溃时,它就会抛出这个窗口:
我真的不希望它这样做,因为我希望它向我提交错误,而用户无法阻止它。有没有办法做到这一点?
我找到了 :)
ExceptionlessClient.Default.Register(showDialog: false);
showDialog:控制在发生未处理的异常时是否显示对话框。