What happens in these cases is that a generic "catch-all" handler is defined, which saves all error information in local variables.
这些情况下要做的事情就是定义一个通用的“万能(catch - all)”处理程序,用于在局部变量中保存所有错误信息。
This is useful when debugging or when you want a catch-all message handler as the last message handler .
该选项可用于调试或希望将一个捕获所有消息的处理程序作为最后的消息处理程序的情况。
应用推荐