Exception filters allow you to filter exceptions before catching them.
异常过滤器允许你在捕获异常前进行过滤。
When the thread is restarted, it will enter the exception filter, which will place the thread under the runtime controller's control.
当重新启动线程时,线程将进入异常筛选器,异常筛选器会将线程交给运行时控制器控制。
To facilitate this, the debugger interface takes control of the thread by placing a special exception filter in the thread's filter chain.
为了便于执行此规定,调试器接口在线程的筛选器链中放置了一个特殊的异常筛选器来控制线程。
应用推荐