NET calls the error handler from step 1.
NET调用第1步中的错误处理程序。
The error handler displays problems with an alert dialog.
错误处理程序通过警告对话框显示问题。
The query is executed with a success handler and an error handler function.
通过成功处理程序和错误处理程序函数执行查询。
After a custom error handler is installed, the parser doesn't throw exceptions anymore.
安装了定制错误处理器后,语法分析器不再抛出异常。
The only step left is to register your error handler implementation with the parsing process.
剩下的惟一步骤是将错误处理实现注册到解析过程。
In your error handler, you can test to see whether the user is local and react accordingly.
在错误处理常式中,可测试查看使用者是否为本机使用者,并据此反应。
Most controls have an error event from which you can write an error handler (see error Trapping).
大多数的控制项都有供您撰写错误处理常式的错误事件(请参阅撷取错误)。
The result of the replications is shown as an alert box, activated through the success or error handler.
复制结果显示为警告框,通过成功或错误处理程序激活。
Listing 2 adds a class to the source shown in Listing 1 and registers that error handler with the parser.
清单2在清单1中所示的源代码中添加一个类,并在语法分析器中注册该错误处理程序。
The error handler, if one is provided, is the index on the stack of the Lua code to handle any errors that occur.
如果提供错误处理程序,那么它应该是用于处理任何发生的错误的Lua代码在栈上的索引。
Note that if no error handler is attached, the default implementation throws a SAXParseException on any validation error.
注意,如果没有指定错误处理程序,则默认的实现对任何验证错误都抛出SAXParseException异常。
Parameters specify an error handler for characters that cannot be encoded and byte sequences that cannot be decoded.
参数会针对无法编码的字元以及无法解码的位元组序列指定错误处理常式。
Each time the error handler passes control back to a calling procedure, that procedure becomes the current procedure.
每次错误处理程序将控制返回给调用过程时,那个过程就成为当前过程。
Notice that the error handler for the latter undoes the work of the former so that data is not left in an inconsistent state.
请注意针对后者的错误处理程序可撤销前者所做的工作,以使数据不会处在一种不一致的状态。
A special error handler in the client receives this exception and must parse the parser's error message to retrieve the required information!
客户中一个专门的错误处理程序接收这种异常,并且必须在解析器错误消息中检索出需要的信息!
You can then work with the XMLReader instance as you would with a straight SAX application which of course includes setting an error handler.
接下来可以像处理一个简单SAX应用程序一样处理XMLReader实例,并设置一个错误处理程序。
They perform additional checks for error conditions, and in the case of an error, they invoke an error handler (see Parameter Validation).
他们执行额外的错误条件检查,并在发生错误时,他们援引的错误处理程序(见参数验证)。
Create a global error handler at the page or application level that catches all unhandled exceptions and routes them to a generic error page.
在网页或应用程序层级建立全域错误处理常式,用来拦截所有未经处理的例外状况,并将其传送到泛用错误网页。
The client function for this overloaded method includes a specified target, argument, client script, context, error handler, and Boolean value.
这个多载方法的用户端函式包含指定的目标、引数、用户端指令码、内容、错误处理常式和布林值。
Note that proper exception handling in SQL PL dictates that each procedure has an error handler that could easily enough have told us the failing procedure.
注意,SQLPL中适当的异常处理要求每个过程有一个错误处理程序,这个错误处理程序应该可以很容易地告诉我们出错的过程。
Among other things, it defines a global error handler, and it is where you would place any platform-specific code to run before executing main application logic.
除了其他事情外,它定义一个全局错误处理程序,在此将放置在执行主应用程序逻辑之前要运行的特定于平台的代码。
Use the code Commenter and error Handler Add-in to automatically add comments and standardized error handling code to procedures using customizable templates.
和错误处理程序外接程序,可以自动向使用可自定义模板的过程中添加注释和标准化的错误处理代码。
If a user is not authenticated when trying to access this resource, the user will receive a 401 status code and the application can provide a special error handler to deal with that condition.
如果用户在尝试访问这个资源时还没有经过身份验证,那么用户会收到401状态码,应用程序可以提供一个特殊的错误处理函数来处理这种情况。
This is required if an unexpected error occurs and there is no fault handler specifically modeled to handle it.
如果发生意外错误,并且没有专门建模错误处理程序来处理该错误,则需要该操作。
This might include the event hooks, the event handler, the error methods, and the timer methods.
这可能包括事件关联函数、事件处理函数、错误方法和计时器方法。
The information gathered by the event handler must be encoded in an error message that's wrapped in an exception object and posted to the parser's client.
事件处理程序采集的信息必须编码在一个错误信息中,该错误信息包装在一个异常对象中提交给解析器客户。
Listing 13 demonstrates how a specific error can transfer control to the exit handler where a user-defined error message is returned depending on the value of the SQLCODE.
清单13展示了一个特定的错误如何将控制转移给退出处理程序,其中根据SQLCODE的值返回用户定义的错误消息。
Because this code is only a sample we don't perform any real error processing, but we do implement a dummy exception handler to allow the code to compile.
由于此代码仅仅作为样例使用,我们没有执行任何实际的错误处理,但是我们实现了一个虚构的异常处理程序,从而完成代码的编译。
In the case of the DB2 example in the left column of Table 3, if a particular SQL statement fails and generates an error, control is passed to the condition handler.
对于表3左侧列的DB 2示例,如果某条sql语句失败并生成一个错误,那么控制将被传递给条件处理程序。
The SIGNAL statement is used to explicitly raise an error and force the invocation of a handler.
signal语句用于显式地发出一个错误并强制调用处理程序。
应用推荐