中英互译
exception handling
美 /ɪkˈsepʃn ˈhændlɪŋ/
基本释义
- 异常处理:在计算机编程中,指程序在运行过程中遇到错误或异常情况时,采取的相应处理措施。
双语例句
- Improved Exception Handling.改进异常处理。
- Exception handling and reporting.异常处理和报告。
- XSLT has no exception handling of any kind.XSLT没有任何类型的异常处理。
网络短语
- exception handling classes异常处理类;非常处置类
- exception Handling Unwinding异常处理回溯;异常处置展开;异常处理
- Exception Handling Application Block异常处理应用程序块;异常处理应用块;异常管理
- Vectored Exception Handling向量化异常处理;数模式不正常;下的向量化非常
- Advances in exception handling techniques异常处理技术进展
同义词
[计]异常处理,异常情况处理;例外处理
英英释义
- Exception handling is the process of responding to the occurrence, during computation, of exceptions – anomalous or exceptional events requiring special processing – often changing the normal flow of program execution. It is provided by specialized programming language constructs or computer hardware mechanisms.