始终为消息流配备异常处理机制,而不要依赖缺省代理异常处理程序。
Always have exceptional handling mechanism for the message flows rather than relying on the default broker exception handler.
另一方面,必须显式地检查任何SQL警告,因为它们不会通过标准的异常处理机制传播。
On the other hand, you must explicitly check for any SQL warnings, because they aren't propagated via the standard exception-handling mechanisms.
通过对存储过程异常处理机制的基本思想的讨论,给出了异常捕获和处理的具体模型。
Concrete model of exception capture and handling is proposed by discussing the basic thought of exception handling machine in stored procedure.
因为,异常处理机制涉及到更大范围的控制转移,这种转移可能是跨函数或者跨文件的。
The exception handling mechanism concerning large-scale control transfer, so the transfer is probably between the functions or files.
异常处理机制是一种运行时错误通知机制,将程序的正常控制代码和错误处理代码分离。
Exception handling is a runtime-error notifying mechanism. It separates the error handling code from normal code and makes software do its utmost to run on the normal state.
但面向对象程序的封装、继承、多态和异常处理机制等新特性却给软件测试带来新的挑战。
But some characters of Object-Oriented programs, such as encapsulation, inheritance, polymorphism, and exception handling mechanism, bring some new challenging problems to software testing.
现在大多数的程序设计语言提供了异常处理机制,但程序中的异常结构会影响数据流分析。
Recently, most program languages have provided the exception handling, but the exception handling in the program can affect data flow analysis.
结构化异常处理是一种控制结构,它包含异常、已隔离的代码块和用于创建异常处理机制的筛选器。
Structured exception handling is a control structure that contains exceptions, isolated blocks of code, and filters to create an exception-handling mechanism.
一种被广泛采用的失败处理机制是异常处理,包括捕获并记录错误,以及在失败发生时选择一个备选执行路径。
A widely adopted mechanism for dealing with failures is exception handling, encompassing both capturing and logging the error and choosing an alternative execution path in the case of failures.
对于BPM应用程序,业务和流程异常可能需要不同的处理机制。
For a BPM application, business and process exceptions may need different handling mechanisms.
对于BPM应用程序,业务和流程异常可能需要不同的处理机制。
For a BPM application, business and process exceptions may need different handling mechanisms.
应用推荐