标签: C#

1 篇文章

C# WinForm捕获全局异常
static void Main() { try { //处理未捕获的异常 Application.SetUnhandledExceptionMode(Unhandled…