您要查找的是不是:
- Keyword is used to define an exception handler. 關(guān)鍵字用于定義異常處理程序。
- The exception handler gains control. 異常處理器得到控制權。
- Then it gives control to the exception handler. 然后它把控制權交給異常處理器。
- Contains the exception handler and the cleanup code. 包含異常處理程序和清理代碼。
- Or enter the exception handler chosen during the first pass of exception handling. 或者進(jìn)入在第一遍異常處理期間選擇的異常處理程序。
- Indicates whether the application should exit upon exiting the exception handler. 指示應用程序是否應在退出異常處理程序時(shí)退出。
- The program is best run outside the debugger to see the effects of a global exception handler. 最好在調試器之外運行該程序,以便查看全局異常處理程序的效果。
- The exception will be handled by another exception handler or returned to the application. 例外由其它例外處理程序處理或返回給應用程序。
- Secondly, all errors or unexpected warnings really should be handled by the exception handler. 其次,所有錯誤或意想不到的警告實(shí)際上應該由異常處理程序來(lái)處理。
- In structured exception handling, blocks of code test for specific circumstances and react accordingly. 在結構化異常處理中,代碼塊會(huì )測試特定的環(huán)境并相應地做出響應。
- Clause contains the exception handler that simply displays a message on the screen. 子句包含僅在屏幕上顯示消息的異常處理程序。
- Windows specific compiler support is also required for the Structured Exception Handling feature (SEH). 微軟相關(guān)的編譯器支持也是異常處理(Structured Exception Handling)特性所需要的。
- The application block includes an exception handler that logs exception information. 應用程序塊包括記錄異常信息的異常處理程序。
- Provides links to topics covering changes to execution flow, and new support for structured exception handling. 提供到包含對執行流程、結構化異常處理新支持更改的主題的鏈接。
- The most common form of type-filtered exception handler specifies that only a particular class of exception be caught. 最常見(jiàn)形式的類(lèi)型篩選的異常處理程序指定僅捕捉特定類(lèi)型的異常。
- Discusses new support for structured exception handling, and continued support for unstructured exception handling. 討論對結構化異常處理的新增支持功能,并繼續支持非結構化異常處理。
- This descriptor specifies the base address of the segment that includes the interrupt or exception handler. 這個(gè)描述符指明了包含中斷或異常處理函數的段的基地址。
- You can use SEH(Structured Exception Handling) to meet your exception handling needs. 如何截獲應用程序崩潰的消息?如何處理????
- In other words, by adding a staff activity to the exception handler, the process requires that a real person provide the courier id. 換句話(huà)說(shuō),通過(guò)向異常處理程序添加staff動(dòng)作,流程需要真實(shí)的人提供的向導標識。
- To facilitate the use of structured exception handling, Visual Basic provides the ability to separate standard code from exception handling code. 為了便于使用結構化異常處理,Visual Basic提供了將標準代碼與異常處理代碼分開(kāi)的能力。