单词 | exception handler |
释义 | 例句释义: 异常处理程序,异常处理器,例外处理常式,异常处理代码 1. Imagine this scenario: Your application gets an exception, the exception handler kicks in and you have set it up to log to a file. 想象一下这个情形:应用程序发生了一个异常,异常处理跟踪了该异常,并建立了一个日志文件。 www.cnblogs.com 2. If the default handler is set with the latter pair of methods, any thread that doesn't have its own exception handler will use the default. 如果使用第二对方法设置默认处理程序,那么没有自己的异常处理程序的所有线程都将使用默认处理程序。 www.ibm.com 3. An exception occurred, and there was no exception handler present. 一个异常发生了,而且没有异常处理程式礼物。 blog.sina.com.cn 4. If the previous method also has no exception handler, the exception is propagated back to that method's caller, and so on. 如果前一个方法也没有异常处理程序,则异常被传播回该方法的调用方,依此类推。 msdn2.microsoft.com 5. The general purpose exception handler catches truly unexpected exceptions thrown anywhere in the application. 通用目的异常处理程序捕捉的是在应用程序任意位置引发的、真正不可预期的异常。 msdn2.microsoft.com 6. The last step performed by the control unit is equivalent to a jump to the interrupt or exception handler. 控制单元进行的最后一步等同于跳到中断或异常处理函数。 bbs.chinaunix.net 7. If no exception handler for a given exception is present, the program stops executing with an error message. 如果给定异常没有异常处理程序,则程序将停止执行,并显示一条错误信息。 msdn2.microsoft.com 8. Transfers control from the fault or finally clause of an exception block back to the Common Language Infrastructure (CLI) exception handler. 将控制从异常块的fault或finally子句转移回公共语言结构(CLI)异常处理程序。 msdn2.microsoft.com 9. Transfers control from the filter clause of an exception back to the Common Language Infrastructure (CLI) exception handler. 将控制从异常的filter子句转移回公共语言结构(CLI)异常处理程序。 msdn2.microsoft.com 10. The program is best run outside the debugger to see the effects of a global exception handler. 最好在调试器之外运行该程序,以便查看全局异常处理程序的效果。 msdn2.microsoft.com 1. An invalid exception disposition was returned by an exception handler. 由异常处理程序返回一无效的异常部署。 www.fan6.net 2. Once an exception occurs in the try block, the flow of control immediately jumps to an associated exception handler, if one is present. try块中发生异常后,控制流会立即跳转到关联的异常处理程序(如果存在)。 msdn2.microsoft.com 3. This linker option instructs the linker to include into the output image, a table that contains the address of each exception handler. 此链接器选项指示链接器要包含到输出映像(一个包含各个异常处理程序的地址的表)中。 msdn2.microsoft.com 4. It's also possible to have a general exception handler that will respond to any thrown exception. 还可用一个通用的异常句柄来响应抛出的任何异常。 www.cnblogs.com 5. Indicates whether the first application instance should be brought to the foreground upon exiting the exception handler. 指示第一个应用程序实例是否应在退出异常处理程序时进入前台。 msdn2.microsoft.com 6. This happens when an exception handler within the compound statement deals with an error. 当复合语句中的异常处理程序处理错误时可能发生上述情况。 www.ianywhere.com 7. For example , you will see the MDA activated in an attempt to call managed code from inside a vectored exception handler . 例如,在尝试从向量异常处理程序内部调用托管代码时,您将看到该MDA被激活了。 www.bing.com 8. Always have exceptional handling mechanism for the message flows rather than relying on the default broker exception handler. 始终为消息流配备异常处理机制,而不要依赖缺省代理异常处理程序。 www.ibm.com 9. The recommended solution is to introduce an exception handler to isolate the code's changes to thread state from callers' filter blocks. 建议采纳的解决方案是引入一个异常处理程序,用于将代码对线程状态的更改与调用方的筛选器块分开。 msdn2.microsoft.com 10. Secondly, all errors or unexpected warnings really should be handled by the exception handler. 其次,所有错误或意想不到的警告实际上应该由异常处理程序来处理。 www-128.ibm.com 1. However, it is important that the exception handler be properly introduced or this problem will not be fixed. 然而,重要的是必须正确地引入异常处理程序,否则,就无法解决这一问题。 technet.microsoft.com 2. Indicates whether the application should exit upon exiting the exception handler. 指示应用程序是否应在退出异常处理程序时退出。 msdn2.microsoft.com 3. Add a generic exception handler of your choosing in a HandleException method. 在HandleException方法中添加您选择的通用异常处理程序。 msdn2.microsoft.com 4. This exception handler prints exception information and then transitions to the node specified in the destination variable. 该异常处理器输出异常信息,然后在目的变量中将异常信息过渡到特定的节点。 www.infoq.com 5. That top-level exception handler will stop an unhandled exception from breaking into the debugger unless Just My Code is turned on. 该顶级异常处理程序会阻止未处理的异常中断到调试器中,除非打开了“仅我的代码”。 msdn2.microsoft.com 6. This descriptor specifies the base address of the segment that includes the interrupt or exception handler. 这个描述符指明了包含中断或异常处理函数的段的基地址。 dict.kekenet.com 7. In any case, if you manage to get all the way through the guarded body without an error, control continues after the exception handler code. 无论怎样,如果你想要取得无错通过防护体的所有方式,在异常处理器代码之后继续控制。 dictsearch.appspot.com 8. The Queued Components Player then calls the same method in the exception-handler object that had failed in the original method call. 随后QueuedComponentsPlayer调用在最初的方法调用中失败的异常处理程序对象中的相同的方法。 msdn2.microsoft.com 9. Includes the Segment Selector and the offset inside the segment of an interrupt or exception handler. 包含了中断或异常处理函数在段内的段选择子和偏移。 bbs.chinaunix.net 10. this counter resets to zero when an exception handler is entered , so nested exceptions show the handler - to - handler stack depth. 当进入异常处理程序时此计数器重置为零,因此嵌套的异常显示处理程序到处理程序堆栈深度。 www.ichacha.net 1. The address of an exception handler for a function. 用于函数的异常处理程序的地址。 technet.microsoft.com 2. Note that the order of exception handlers is important: the innermost exception handler is evaluated first. 请注意,异常处理程序的顺序很重要:最里面的异常处理程序最先计算。 msdn2.microsoft.com 3. Build a SOAP extension to process Web service exceptions in a global exception handler. 在全局异常处理程序中生成SOAP扩展,以处理Web服务异常。 msdn2.microsoft.com 4. The exception will be handled by another exception handler or returned to the application. 例外由其它例外处理程序处理或返回给应用程序。 www.ianywhere.com 5. Then calling the exception-handling version of the failed method in the exception-handler object. 然后调用异常处理程序对象中的失败方法的异常处理版本来执行此操作。 msdn2.microsoft.com 6. Or if the event is not handled, the application exits upon return from the exception handler. 或者该事件还未处理,则应用程序会在从异常处理程序返回时退出。 msdn2.microsoft.com 7. On previous versions of Windows, when an application crashed it executed an unhandled exception handler. 在以前的Windows版本中,当应用程序崩溃时,它会执行未处理的异常处理程序。 www.microsoft.com 8. In other words, by adding a staff activity to the exception handler, the process requires that a real person provide the courier id. 换句话说,通过向异常处理程序添加staff动作,流程需要真实的人提供的向导标识。 www-128.ibm.com 9. The application block includes an exception handler that logs exception information. 应用程序块包括记录异常信息的异常处理程序。 msdn2.microsoft.com 10. These values define the logical address of the first instruction of the interrupt or exception handler. 这些值定义了中断或异常处理函数的第一条指令的逻辑地址。 bbs.chinaunix.net 1. Typical join points in AspectJ include method calls, access to class members, and the execution of exception handler blocks. AspectJ中典型的joinpoint包括方法调用、对类成员的访问以及异常处理程序块的执行。 www.ibm.com 2. The default Struts exception handler class creates an ActionError object and stores it in the appropriate scope object. Struts缺省的ExceptionHandler类会生成一个ActionError对象并保存在适当的范围(scope)对象中。 blog.sina.com.cn 3. Invoke the log: A business process activity (generally the exception handler activity) invokes a log API. 调用日志:一个业务流程活动(通常是异常处理活动)激活一个日志API。 www.ibm.com 4. In the next section, you will code your own exception handler to handle the SQLException. 在下一节中,您将对异常处理程序进行编码,以便处理SQLException异常。 www.ibm.com 5. Indicates that an exception was generated and control was passed to an exception handler. 指示已生成异常,控制权已传递给异常处理程序。 msdn2.microsoft.com 6. Simple library changes like adding an uncaught exception handler greatly increase the comprehensibility of source code. 像添加未捕获的异常处理程序这样的简单库更改,可以极大地增加原代码的可理解性。 www.ibm.com 7. An example of a simple exception handler is presented in in the Appendix. 附录中列举了一个简单的异常处理器的例子。 www.infoq.com 8. Handler Fully qualified Java class name for this exception handler. 指定异常处理程序的的完全限定的类名。 blog.programfan.com 9. Or enter the exception handler chosen during the first pass of exception handling. 或者进入在第一遍异常处理期间选择的异常处理程序。 msdn2.microsoft.com 10. Exceptions within the delegate method are considered untrapped and will be sent to the application's untrapped exception handler. 此委托方法中的异常被视为未捕获的异常,将发送给应用程序的未捕获的异常处理程序。 technet.microsoft.com 1. Allows execution to continue, giving the exception handler a chance to handle the exception. 允许执行继续,并使异常处理程序有机会处理异常。 technet.microsoft.com 2. The runtime then searches for the most compatible exception handler. 然后运行时搜索最兼容的异常处理程序。 technet.microsoft.com 3. Clause contains the exception handler that simply displays a message on the screen. 子句包含仅在屏幕上显示消息的异常处理程序。 msdn2.microsoft.com 4. may be more appropriate , passing the incorrect value to the exception handler. 的派生类可能更合适,并且将不正确的值传递到异常处理程序。 www.ichacha.net 5. A low- level operating system extensibility point , such as the vectored exception handler, has activated while executing managed code . 在此示例中,正确的解决办法是完全以非托管代码实现向量异常处理程序。 www.bing.com 6. The kernel must provide a dedicated exception handler for each exception type. 内核必须为每个异常类型提供专门的异常处理函数。 bbs.chinaunix.net 7. Otherwise, a trap occurs for find, and the exception handler emits the standard file not found error. 否则,发生中断以find(查找),并且异常处理程序发出标准的filenotfound(文件未找到)错误。 www.ibm.com 8. The exception handler is not invoked prior to the break. 在中断之前不调用异常处理程序。 technet.microsoft.com 9. As mentioned in the previous section, you can code your own exception handler to handle the SQLException. 正如上一节中提到的一样,您可以编写自己的异常处理程序来处理SQLException异常。 www.ibm.com 10. The code in the exception handler (Line 4) should display an appropriate message and terminate the script. 异常处理器(第4行)中的代码应该显示适当的消息并终止脚本。 www.ibm.com 1. Because the exception handler is not invoked, this can lead to further consequences, including additional exceptions and errors. 因为不调用异常处理程序,这会导致更严重的后果,包括更多的异常和错误。 technet.microsoft.com 2. The line argument, which is a line number or line label, indicates the exception handler location. 行参数(行号或行标签)指示异常处理程序的位置。 www.juyy.net 3. Executes code within an exception handler. 在一个异常处理程序中执行代码。 www-128.ibm.com 4. An exception handler is a kind of action handler, which is invoked when exception occurs during the node execution. 异常处理器也是一种action处理器,当节点执行时出现异常,它将会被调用。 www.infoq.com 5. This exception handler formats exception information, such as the message and the stack trace. 此异常处理程序可格式化异常信息,例如消息和堆栈跟踪等。 msdn2.microsoft.com 6. Keyword is used to define an exception handler. 关键字用于定义异常处理程序。 msdn2.microsoft.com 7. Overwriting a function pointer or exception handler that is subsequently executed. 重写随后执行的函数指针或异常处理程序。 www.ibm.com 8. Learn how to catch an exception inside a BPEL process using an exception handler. 学习如何使用异常处理程序捕捉BPEL流程内部的异常。 www-128.ibm.com 9. An exception handler is a block of code that is executed when an exception occurs. 异常处理程序是在异常发生时执行的代码块。 msdn2.microsoft.com 10. JPDL allows association of an exception handler with every process node. JPDL中可以为每个流程节点定义异常处理器。 www.infoq.com 1. If a thread has an exception handler, then the handler is executed in the context of the thread on which the exception is raised; 如果线程具备异常处理能力,那么异常处理将在线程上下文的异常发生处开始执行; www.soft6.com 2. The code in the exception handler block is not executed 异常处理程序块中的代码将不会执行 msdn2.microsoft.com 3. Re-raising an exception only allowed in exception handler 在意外处理中只允许重新引起意外处理 blog.sina.com.cn 4. Research of Exception Handler Mechanism for Embedded System Based on ARM 基于ARM的嵌入式系统中断处理机制研究 www.ilib.cn |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。