exception handlers 中文意思是什麼

exception handlers 解釋
異常處理器
  • exception : n. 1. 例外;除外,除去。2. 【法律】抗告;異議,不服,反對。adv. -ally ,-less adj. 無例外的。
  • handlers : 操作者
  1. 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

    每個線程都維護異常處理程序、調度優先級和一組系統用於在調度該線程前保存線程上下文的結構。
  2. Is not supported for platforms that already have the exception handlers noted

    才有效。已說明異常處理程序的平臺不支持
  3. Closely integrated with the compiler ' s code generator, structured exception handling lets you easily place a guard on sections of your code and invoke exception handlers when something goes wrong in the guarded section

    用編譯器的編碼發生器緊密結合,結構異常處理使你輕易的在你的代碼區域上放置一個防護裝置,並且當被防護的區域內出現錯誤的時候調用異常處理器。
  4. Structured exception handling makes it easy to create and maintain programs with robust, comprehensive error handlers

    結構化異常處理藉助于可靠、全面的錯誤處理程序使創建和維護程序變得容易。
  5. And you want a table of safe exception handlers, you need to supply a load config struct such as can be found in loadcfg. c crt source file that contains all the entries defined for visual c

    進行鏈接,並希望得到一張安全異常處理程序表,則需要提供加載配置結構(例如可在loadcfg . c crt源文件中找到的結構) ,此結構包含為visual c + +定義的所有項。
  6. The linker s ability to build a table of safe exception handlers depends on the application using the c runtime library

    鏈接器能否生成安全異常處理程序表取決于使用c運行時庫的應用程序。
  7. If any modules were not compatible with safe exception handling feature, the resulting image will not contain a table of safe exception handlers

    如果任意模塊與安全異常處理功能不兼容,則最終的映像將不會包含安全異常處理程序表。
  8. Adding nested exception handlers with nesting levels greater than six

    添加嵌套級別大於六的嵌套異常處理程序。
  9. Safeseh image has safe exception handlers

    / safeseh (圖像具有安全異常處理程序)
  10. 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

    另外,每個線程都維護異常處理程序、安排優先級和一組結構,線程等待安排時系統在這些結構中保存線程上下文。
  11. 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按鈕則使用異常處理程序來顯示出錯消息。
分享友人