单词 | error handler |
释义 | 例句释义: 差错处理器,错误处理程序,错误处理常式,错误处理器 1. Each time the error handler passes control back to a calling procedure, that procedure becomes the current procedure. 每次错误处理程序将控制返回给调用过程时,那个过程就成为当前过程。 www.kuenglish.info 2. They perform additional checks for error conditions, and in the case of an error, they invoke an error handler (see Parameter Validation). 他们执行额外的错误条件检查,并在发生错误时,他们援引的错误处理程序(见参数验证)。 www.360doc.com 3. Notice that the error handler for the latter undoes the work of the former so that data is not left in an inconsistent state. 请注意针对后者的错误处理程序可撤销前者所做的工作,以使数据不会处在一种不一致的状态。 www.ibm.com 4. If no such error handler is found, the error is fatal at the point at which it actually occurred. 如果没有发现任何这样的错误处理程序,该错误就成为在其实际发生的位置处的致命错误。 msdn2.microsoft.com 5. The only step left is to register your error handler implementation with the parsing process. 剩下的惟一步骤是将错误处理实现注册到解析过程。 www.ibm.com 6. Your error handler should test or save the relevant property values before any other error can occur. 错误处理程序应在任何其他错误可以发生之前测试或保存相关的属性值。 msdn2.microsoft.com 7. In your error handler, you can test to see whether the user is local and react accordingly. 在错误处理常式中,可测试查看使用者是否为本机使用者,并据此反应。 technet.microsoft.com 8. The top-level error handler does not print out a message if ThreadDeath is never caught. 如果ThreadDeath没有被捕获,顶级的错误处理不会打印错误信息。 www.51goushu.com 9. Object represents an error handler that is invoked when an encoded byte sequence cannot be decoded into a character. 对象表示当某个已编码的字节序列无法解码为字符时调用的错误处理程序。 msdn2.microsoft.com 10. Parameters specify an error handler for characters that cannot be encoded and byte sequences that cannot be decoded. 参数指定一个错误处理程序,用于处理无法编码的字符和无法解码的字节序列。 technet.microsoft.com 1. On VAX the same missing continuation mark in the procedure causes control to be passed correctly to the error handler as specified. 在VAX上,过程中同样的失去连续性的标记会使控制正确传递给指定的错误处理程序。 dictsearch.appspot.com 2. If the error occurred in the same procedure as the error handler, execution resumes with the statement that caused the error. 如果错误发生在错误处理程序所在的同一过程中,程序将由产生错误的语句处继续执行。 msdn2.microsoft.com 3. You can also create an error handler that catches all unhandled exceptions at the page level or for the application as a whole. 您也可以创建一个这样的错误处理程序,它在页级别上或为整个应用程序捕捉所有未处理的异常。 msdn2.microsoft.com 4. Object represents an error handler that is invoked when a character cannot be converted into an encoded byte sequence. 对象表示当某个字符无法转换为已编码的字节序列时调用的错误处理程序。 msdn2.microsoft.com 5. Listing 2 adds a class to the source shown in Listing 1 and registers that error handler with the parser. 清单2在清单1中所示的源代码中添加一个类,并在语法分析器中注册该错误处理程序。 www.ibm.com 6. The error handler, if one is provided, is the index on the stack of the Lua code to handle any errors that occur. 如果提供错误处理程序,那么它应该是用于处理任何发生的错误的Lua代码在栈上的索引。 www.ibm.com 7. The error handler displays problems with an alert dialog. 错误处理程序通过警告对话框显示问题。 www.ibm.com 8. Add the generic error handler as shown in Code Illustration 21. 添加一般性错误处理程序,如代码演示21所示。 msdn2.microsoft.com 9. Note that if no error handler is attached, the default implementation throws a SAXParseException on any validation error. 注意,如果没有指定错误处理程序,则默认的实现对任何验证错误都抛出SAXParseException异常。 www.ibm.com 10. You can send errors to a separate error handler object. 您可以将错误发送给独立的错误处理程序对象。 www-128.ibm.com 1. Turn on the validation feature, register an error handler, and boom! 打开验证特性,注册错误处理程序,就是这些。 www.ibm.com 2. The third is to use PHP's custom error handling functions to create your own error handler. 第三个是使用PHP自定义的错误处理函数创建自己的错误处理机制。 my2.php.net 3. You generally use Resume after an error handler corrects the error. 一般在错误处理程序改正错误后使用Resume语句。 msdn2.microsoft.com 4. Most controls have an error event from which you can write an error handler (see Error Trapping). 大多数的控制项都有供您撰写错误处理常式的错误事件(请参阅撷取错误)。 technet.microsoft.com 5. One such nonstandard option is a fatal error handler. 其中一个不太标准的选项是“致命错误处理器”。 www.ibm.com 6. If there is no error handler, the error is "eaten. " 如果没有错误处理器,错误就被“吃掉”。 www.ibm.com 7. After a custom error handler is installed, the parser doesn't throw exceptions anymore. 安装了定制错误处理器后,语法分析器不再抛出异常。 www.ibm.com 8. An "active" error handler is an enabled handler that is in the process of handling an error. “active”错误处理程序是处理错误过程中的已启用处理程序。 msdn2.microsoft.com 9. After an error handler corrects the error. 一般在错误处理程序改正错误后使用。 msdn2.microsoft.com 10. You can use Resume Line only within an error handler. 只能在错误处理程序内使用ResumeLine。 msdn2.microsoft.com 1. Blocks around any code that is subject to errors rather than rely on a page-level error handler. 块包围具有错误的任何代码,而不是依赖于页级别的错误处理程序。 msdn2.microsoft.com 2. Therefore, the application must have an error handler that can trap error message 1222. 因此,应用程序必须具有可以捕获错误消息1222的错误处理程序。 msdn2.microsoft.com 3. NET calls the error handler from step 1. NET调用第1步中的错误处理程序。 technet.microsoft.com 4. Once an error is handled by an error handler in any procedure, execution resumes in the current procedure at the point designated by the 一旦错误由某一过程的错误处理程序进行了处理,程序的执行将在当前过程中由 msdn2.microsoft.com 5. To prevent this run-time error from occurring, add an error handler to check for a valid number in the 为避免出现此运行时错误,需要添加错误处理程序,在 msdn2.microsoft.com 6. You might think of adding an error handler, a procedure you learned in the lesson 您可能会想到添加一个错误处理程序,这一过程您在 msdn2.microsoft.com 7. The example contains an error handler named 该示例包含一个名为 msdn2.microsoft.com 8. The main application can also act as either the content or the error handler or both, but in 主应用程序也可担当内容和或错误处理程序,但在 www-128.ibm.com 9. The following example shows another simple error handler based on the 下面的示例显示了另一个基于 msdn2.microsoft.com 10. When Visual Basic finds the matching error handler, it executes the code within that handler, and then passes control to the 当VisualBasic找到匹配的错误处理程序后,它执行该处理程序内的代码,然后将控制传递到 msdn2.microsoft.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。