This includes exception handlers.
这包括异常处理程序。
SAFESEH is not supported for platforms that already have the exception handlers noted.
SAFESEH在已经注明有例外处理常式的平台上不支援。
Reflexil allows to add/update/delete exception handlers associated with a method body.
Reflexil允许添加/更新/删除相关的异常处理程序与方法体。
This is used in exception handlers that need to intercept an exception before passing it on.
这是用在例外处理器须要在例外传递出去之前拦截的时候。
This table specifies for the operating system which exception handlers are valid for the image.
此表格会告诉作业系统,哪个例外处理常式对于影像而言是有效的。
The linker's ability to build a table of safe exception handlers depends on the application using the C runtime library.
链接器能否生成安全异常处理程序表取决于使用C运行库的应用程序。
DB2 stored procedure language allows for the creation of exception handlers for specific conditions; you will use this to trap anticipated errors.
DB 2存储过程语言允许为特定的情况创建异常处理函数;可以用来捕获可能出现的错误。
If any modules were not compatible with safe exception handling feature, the resulting image will not contain a table of safe exception handlers.
如果任意模块与安全异常处理功能不兼容,则最终的映像将不会包含安全异常处理程序表。
Each thread maintains exception handlers, a scheduling priority, and a set of structures the system USES to save the thread context until it is scheduled.
每个线程都维护异常处理程序、调度优先级和一组系统用于在调度该线程前保存线程上下文的结构。
Many programming languages have features that provide data collection for more information about application runtime (for example, asserts and exception handlers).
有些编程语言提供收集运行时更多信息的特性(如assert和异常处理)。
The Update and Delete buttons use exception handlers to display the error message if something goes wrong (such as referential integrity violations when deleting a record).
如果发生错误(例如删除记录时违反了参照完整性),Update和Delete按钮则使用异常处理程序来显示出错消息。
In addition, each thread maintains exception handlers, a scheduling priority, and a set of structures in which the system saves the thread context while the thread is waiting to be scheduled.
另外,每个线程都维护异常处理程序、安排优先级和一组结构,线程等待安排时系统在这些结构中保存线程上下文。
The most common reason for the linker not to be able to produce an image is because one or more of the input files (modules) to the linker was not compatible with the safe exception handlers feature.
链接器无法生成映像的最常见的原因是:该链接器的一个或多个输入文件(模块)与安全异常处理程序功能不兼容。
When this exception occurs, the target immediately breaks into the debugger before any other error handlers are activated. This kind of handling is called first chance handling.
当发生该异常时,在任何错误处理器被激活之前目标立即中断到调试器中。这种处理类型称为第一次处理机会。
In structured exception handling, blocks of code are encapsulated, with each block having one or more associated handlers.
在结构化异常处理中,代码块是封装的,每个块有一个或几个关联的处理程序。
When an exception is raised by code in a protected block, the set of corresponding handlers is searched in order, and the first one with a matching filter condition is executed.
当保护区块的程序码出现例外状况时,会按顺序搜寻对应的处理常式,并执行第一个符合筛选器条件。
When an exception is raised by code in a protected block, the set of corresponding handlers is searched in order, and the first one with a matching filter condition is executed.
当保护区块的程序码出现例外状况时,会按顺序搜寻对应的处理常式,并执行第一个符合筛选器条件。
应用推荐