From 6bf21a0ee30db3dd7a071b02e11e44fc99bc75c3 Mon Sep 17 00:00:00 2001 From: 2881099 <2881099@qq.com> Date: Sat, 31 Oct 2020 05:45:54 +0800 Subject: [PATCH] update --- 常见问题.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/常见问题.md b/常见问题.md index 04c3208..b125709 100644 --- a/常见问题.md +++ b/常见问题.md @@ -79,7 +79,7 @@ b) 不要在任何地方存 IdleBus.Get 的引用,尽量每次都使用 Get 因为 IdleBus 有超时释放机制,一时触发在那些存引用的对象,就会报这个报错 -c) 检查项目的系统事件,是否在异常之前触发 +原因三:检查项目的系统事件,是否在异常之前触发 ```c# AppDomain.CurrentDomain.ProcessExit += (s1, e1) =>