exception handler 中文意思是什麼

exception handler 解釋
異常處理程序
  • exception : n. 1. 例外;除外,除去。2. 【法律】抗告;異議,不服,反對。adv. -ally ,-less adj. 無例外的。
  • handler : n. 1. 處理者,管理者。2. (賽馬、警犬等的)訓練者。3. 【自動化】(信息)處理機。
  1. Contains the exception handler and the cleanup code

    包含異常處理程序和清理代碼。
  2. Can be resumable, which means a filtered exception handler can correct the problem that caused the exception, and the code will continue from the point that threw the exception

    可以恢復,這意味著篩選異常處理程序可以更正導致異常的問題,並且代碼將從引發異常的地方繼續。
  3. Learn how to catch an exception inside a bpel process using an exception handler

    學習如何使用異常處理程序捕捉bpel流程內部的異常。
  4. To inform the exception - handler object that a message is about to be placed on the final resting or dead letter queue

    的方法來通知異常處理程序對象:一條消息被放至最終靜止隊列或死信隊列。
  5. As messages arrive in the xact dead letter queue, com attempts to invoke a client - side exception handler related to the server class to deliver this notification

    當消息到達xact死信隊列時, com +嘗試調用一個與服務器類相關的客戶端異常處理程序來傳送該通知。
  6. As messages arrive on the xact dead letter queue, com attempts to invoke a server - side exception handler related to the server class to deliver this notification

    當消息到達xact死信隊列時, com +嘗試調用一個與服務器類相關的服務器端異常處理程序來傳送該通知。
  7. The line argument, which is a line number or line label, indicates the exception handler location

    行參數(行號或行標簽)指示異常處理程序的位置。
  8. When an emulator supporting user - mode emulation encounters a system call instruction, on the other hand, it does not transfer control to the emulated exception handler ; instead it interprets the system call itself

    另一方面,當一個支持用戶模式模擬的模擬器碰到一個系統調用指令時,它並不是把控制轉交給模擬的異常處理程序,相反,它會自己解釋該系統調用。
  9. Leading cause of thread death use the uncaught exception handler

    Runtimeexception是導致線程死亡的首要原因
  10. In other words, by adding a staff activity to the exception handler, the process requires that a real person provide the courier id

    換句話說,通過向異常處理程序添加staff動作,流程需要真實的人提供的向導標識。
  11. Throw exceptions only for extraordinary conditions, then catch exceptions in a general purpose exception handler that applies to the majority of your application, not a handler that applies to a specific exception

    僅對特別條件引發異常,然後在應用於大多數應用程序的常規異常處理程序中捕捉異常,而不是在應用於特定異常的處理程序中捕捉異常。
  12. In addition to bypassing the complexity of building a kernel to emulate and a file system image to boot into, and configuring a virtual network device for io, this shortcut also speeds up emulation, as the reams of kernel instructions that would have run to handle the system call - from the exception handler through the vfs and the device driver - are bypassed

    除了繞開構建一個用於模擬的內核和一個用於啟動到其中的文件系統鏡像,以及為io配置虛擬網路設備的復雜性之外,這條捷徑還加快了模擬的速度,因為繞開了從異常處理程序到vfs再到設備驅動程序的很多內核指令,而這些內核指令本來就是用來處理系統調用的。
  13. The exception - handler object can implement an alternative, for example, by gathering problem diagnosis information or generating an object or message that informs the client of the problem

    異常處理程序對象可以進行其他的實現,例如,通過收集問題診斷信息,或生成對象或消息將問題通知客戶端。
  14. When an exception occurs, such as dividing by zero or an access violation, the result depends on whether the thread has an exception handler

    當異常發生時,例如除零或非法訪問,程序執行的最終結果,要看線程是否擁有一個異常處理。
  15. Is executed and control is transferred to the exception handler

    並將控制轉移到異常處理程序。
  16. This counter resets to zero when an exception handler is entered, so nested exceptions show the handler - to - handler stack depth

    當進入異常處理程序時此計數器重置為零,因此嵌套的異常顯示處理程序到處理程序堆棧深度。
  17. In a structured exception handler, there are restrictions on using

    進行編譯時,存在對使用
  18. The recommended solution is to introduce an exception handler to isolate the code s changes to thread state from callers filter blocks

    建議采納的解決方案是引入一個異常處理程序,用於將代碼對線程狀態的更改與調用方的篩選器塊分開。
  19. Or enter the exception handler chosen during the first pass of exception handling

    ,或者進入在第一遍異常處理期間選擇的異常處理程序。
  20. If no exception handler for a given exception is present, the program stops executing with an error message

    如果給定異常沒有異常處理程序,則程序將停止執行,並顯示一條錯誤信息。
分享友人