error-handler的意思|示意

美 / / 英 / /

[计] 差错处理器错误处理程序


error-handler的网络常见释义

行为 errclear-纰缪清除命令调用格局:errclear([n])说明:清除与纰缪类型n对应的行为(error-handler)。如果n 0,n就是所被清除的纰缪类型号;如果n 0,表示所有类型的纰缪都会被清除(默许);

error-handler相关短语

1、 error handler 错误处理程序 ; 错误处理例程 ; 错误处理常式

2、 fatal-error handler 致命错误处理程序

3、 Global Error Handler 全局错误处理

error-handler相关例句

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.

注意,SQL PL中适当的异常处理要求每个过程有一个错误处理程序,这个错误处理程序应该可以很容易地告诉我们出错的过程。

The query is executed with a success handler and an error handler function.

通过成功处理程序和错误处理程序函数执行查询。

Specifically, there are three kinds of handler chains: request, response, and error.

具体来说,有3种句柄链:请求、响应和错误。

The error handler, if one is provided, is the index on the stack of the Lua code to handle any errors that occur.

如果提供错误处理程序,那么它应该是用于处理任何发生的错误的 Lua 代码在栈上的索引。

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.

除了其他事情外,它定义一个全局错误处理程序,在此将放置在执行主应用程序逻辑之前要运行的特定于平台的代码。

You then need to implement a DOMErrorHandler object, to which validation errors will be reported, and register it with the Document using the error-handler parameter.

然后需要实现一个DOMError handler对象,验证错误将报告给这个对象,再用error - handler参数将这个对象注册到Document上。