exception handler
常见例句
- Secondly, all errors or unexpected warnings really should be handled by the exception handler.
其次,所有錯誤或意想不到的警告實際上應該由異常処理程序來処理。 - If the default handler is set with the latter pair of methods, any thread that doesn't have its own exception handler will use the default.
如果使用第二對方法設置默認処理程序,那麽沒有自己的異常処理程序的所有線程都將使用默認処理程序。 - Because this code is only a sample we don't perform any real error processing, but we do implement a dummy exception handler to allow the code to compile.
由於此代碼僅僅作爲樣例使用,我們沒有執行任何實際的錯誤処理,但是我們實現了一個虛搆的異常処理程序,從而完成代碼的編譯。 返回 exception handler