重写随后执行的函数指针或异常处理程序。
Overwriting a function pointer or exception handler that is subsequently executed.
这包括异常处理程序。
用于函数的异常处理程序的地址。
在中断之前不调用异常处理程序。
从异常处理程序块中分支。
允许执行继续,但不调用异常处理程序。
Allows execution to continue without invoking the exception handler.
然后运行时搜索最兼容的异常处理程序。
The runtime then searches for the most compatible exception handler.
一个异常发生了,而且没有异常处理程序礼物。
An exception occurred, and there was no exception handler present.
如果您从中断继续执行,将调用异常处理程序。
If you continue from the break, the exception handler will be invoked.
应用程序块包括记录异常信息的异常处理程序。
The application block includes an exception handler that logs exception information.
允许执行继续,并使异常处理程序有机会处理异常。
Allows execution to continue, giving the exception handler a chance to handle the exception.
哪些参数要得到的异常处理程序处理异常分析实际地址?
Which parameter do I have to analyse to get the address of the exception handler that actually handles the exception?
其次,所有错误或意想不到的警告实际上应该由异常处理程序来处理。
Secondly, all errors or unexpected warnings really should be handled by the exception handler.
始终为消息流配备异常处理机制,而不要依赖缺省代理异常处理程序。
Always have exceptional handling mechanism for the message flows rather than relying on the default broker exception handler.
type属性指定了这个异常处理程序会截获的异常类型。
The type attribute specifies the type of exception to be intercepted by this handler.
缺省异常处理程序可以在单个被破坏的消息处理失败时阻塞消息使用。
The default exceptional handler can block the message consumption when a single poisoned message processing is failed.
像添加未捕获的异常处理程序这样的简单库更改,可以极大地增加原代码的可理解性。
Simple library changes like adding an uncaught exception handler greatly increase the comprehensibility of source code.
这是因为异常字符串是指向一个字符串,破坏了曾经的异常处理程序完成。
It's because the exception string is pointing to a string which destroyed once the exception handler is done.
链接器能否生成安全异常处理程序表取决于使用 C运行库的应用程序。
The linker's ability to build a table of safe exception handlers depends on the application using the C runtime library.
然而,重要的是必须正确地引入异常处理程序,否则,就无法解决这一问题。
However, it is important that the exception handler be properly introduced or this problem will not be fixed.
因为不调用异常处理程序,这会导致更严重的后果,包括更多的异常和错误。
Because the exception handler is not invoked, this can lead to further consequences, including additional exceptions and errors.
在下一节中,您将对异常处理程序进行编码,以便处理SQLException异常。
In the next section, you will code your own exception handler to handle the SQLException.
如果前一个方法也没有异常处理程序,则异常被传播回该方法的调用方,依此类推。
If the previous method also has no exception handler, the exception is propagated back to that method's caller, and so on.
正如上一节中提到的一样,您可以编写自己的异常处理程序来处理SQLException异常。
As mentioned in the previous section, you can code your own exception handler to handle the SQLException.
我想钩(本地)的功能,最后称为异常处理程序之前,它实际上被执行的处理程序的地址。
I want to hook (local) the function that finally calls an exception handler in order to get the address of the handler before it actually gets executed.
如果任意模块与安全异常处理功能不兼容,则最终的映像将不会包含安全异常处理程序表。
If any modules were not compatible with safe exception handling feature, the resulting image will not contain a table of safe exception handlers.
如果任意模块与安全异常处理功能不兼容,则最终的映像将不会包含安全异常处理程序表。
If any modules were not compatible with safe exception handling feature, the resulting image will not contain a table of safe exception handlers.
应用推荐