您要查找的是不是:
- If an exception is thrown, the exception handling mechanism goes hunting for the first handler with an argument that matches the type of the exception. 如果抛出了一个异常信息,那么异常处理机制会搜索第一个参数与异常类型匹配的处理程序。
- Java exception handling mechanism Jaya异常处理机制
- Exception Handling Mechanisms 异常处理机制
- Study on Message Port Based O(1) Distributed Exception Handling Mechanism 基于消息端口的O(1)时限分布式异常处理机制研究
- Shows exception handling clauses in raw form. 以原始格式显示异常处理子句。
- Do stored procedures provide exception handling? 存储过程是否支持溢出处理?
- Tutorial on exception handling in C#. 演示了在C%23中处理异常。
- This section provides several examples of basic exception handling. 本节提供若干基本异常处理示例。
- There are two basic models in exception handling theory. 在异常处理理论中有两个基本的模型。
- The following code example demonstrates incorrect exception handling. 下面的代码示例演示的异常处理是不正确的。
- Exception handling in enterprise applications presents a special challenge. 在企业应用中异常处理目前是一个特殊的挑战。
- You can think of this facility as an advanced form of exception handling. 您可以将该功能看作是异常处理的一种高级形式。
- Exception Handling Mechanism 异常处理机制
- In other situations, using exception handling to catch an error condition is appropriate. 在其他情况下,使用异常处理捕捉错误条件是适当的。
- Or enter the exception handler chosen during the first pass of exception handling. 或者进入在第一遍异常处理期间选择的异常处理程序。
- In structured exception handling, blocks of code test for specific circumstances and react accordingly. 在结构化异常处理中,代码块会测试特定的环境并相应地做出响应。
- The compiler injects checks in functions with local string buffers or, on x86, functions with exception handling. 编译器在包含本地字符串缓冲区的函数中或(在x86上)包含异常处理功能的函数中插入检查。
- Windows specific compiler support is also required for the Structured Exception Handling feature (SEH). 微软相关的编译器支持也是异常处理(Structured Exception Handling)特性所需要的。
- Contraposeto this situation, this thesis studies the technique of exception handling in workflow management system. 本文针对这一现状,着重研究了工作流异常处理的技术与方法。
- For information about exception handling in general, see Specifying and Handling Faults in Contracts and Services. 有关以常规方处理异常的信息,请参见Specifying and Handling Faults in Contracts and Services。