青年中文青年中文

unhandled exception的意思

unhandled exception中文翻譯:

未處理異常情況

相似詞語短語

exception───n.例外;異議

exception eaccessviolation───例外情況

take exception───v.反對,有反感;反對;有反感

exception java───異常java

exception definition───異常定義

my exception───我的例外

odd exception───奇怪的例外

nested exception───嵌套異常

auditing exception───審核異常

雙語使用場景

An unhandled exception was caught in the application driver execution loop.───在應用程序驅動程序執行循環中,發現未處理的異常錯誤。

An unhandled exception occurred during index analysis.───索引分析時發生未處理的異常情況。

There is no such thing as an unhandled exception on a thread pool thread.───在線程池線程中,沒有諸如未經處理的異常這樣的內容。

This is usually the result of an escalation procedure due to ThreadAbort, OutOfMemory, or an unhandled exception in user code.───這通常是由于ThreadAbort、OutOfMemory或用戶代碼中未處理的異常導致的升級過程的結果。

The foreground or background status of a thread does not affect the outcome of an unhandled exception in the thread .───線程的前臺或后臺狀態不影響線程中未處理異常的結果。在。

A critical region is one in which the effects of a thread abort or an unhandled exception might not be limited to the current task.───關鍵區域是指線程中止或未經處理的異常的影響可能不限于當前任務的區域。

a finally handler that executes whenever the block exits , whether that occurs by normal control flow or by an unhandled exception.───異常就是為了處理出錯或者處理其它意外情況而中斷代碼塊的正常控制流。

The handler in the example is called whenever an unhandled exception occurs anywhere in the application.───只要應用程序中的任何位置發生未處理的異常,都會調用該示例中的處理程序。

The unhandled exception is not allowed to terminate the application .───允許未處理異常繼續,并且操作系統終止應用程序。

英語使用場景

A critical region is one in which the effects of a thread abort or an unhandled exception might not be limited to the current task.

Otherwise, it displays the unhandled exception message and terminates the application.

Otherwise, there is an unpredictable behavior for the home page (error 500 - Server caught unhandled exception from servlet [WCM Framework]: OutputStream already obtained).

An unhandled exception on any thread will crash the entire test run, and as mentioned before, integration tests require multi-threading.

A critical region is one where the effects of an asynchronous or unhandled exception might not be limited to the current task, but rather might destabilize the entire AppDomain.

Similarly, if an unhandled exception occurs during execution of the initialization code, the calling application is notified of a failure to load the library.

The default error page will be displayed whenever an unhandled exception occurs.

It will always find one because there is an exception frame at the very top of the stack that will handle any otherwise unhandled exception.