exception handler
异常处理程序:在计算机编程中处理异常的方法或子程序。
常用释义
英式发音
美式发音
基本释义
- 异常处理程序:在计算机编程中处理异常的方法或子程序。
例句
-
1·Branch out of exception handler block.从例外处理常式区块分支出来。
-
2·Branch out of exception handler block.从异常处理程序块中分支。
-
3·The address of an exception handler for a function.用于函数的异常处理程序的地址。
-
4·The exception handler is not invoked prior to the break.在中断之前不调用异常处理程序。
-
5·An exception occurred, and there was no exception handler present.一个异常发生了,而且没有异常处理程序礼物。
-
6·To solve this problem we will implement a global exception handler.为了解决这个问题,我们将实现一个全局异常处理器。
-
7·An example of a simple exception handler is presented in in the Appendix.附录中列举了一个简单的异常处理器的例子。
-
8·Allows execution to continue without invoking the exception handler.允许执行继续,但不调用异常处理程序。
-
9·The runtime then searches for the most compatible exception handler.然后运行时搜索最兼容的异常处理程序。
-
10·If you continue from the break, the exception handler will be invoked.如果您从中断继续执行,将调用异常处理程序。