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.