exception n. 1.例外;除外,除去。 2.【法律】抗告;异议,不服,反对。 Every rule has its exceptions. 任何规则均有例外。 by way of exception 作为例外。 liable [subject] to exception 容易遭到反对的,会引起异议的。 make an exception of 把…作为例外。 make no exceptions 一视同仁,一样看待。 take exception 1. 反对,表示异议。 2. 有反感。 take exception at 发怒,生气。 take exception to [against] 对…提出异议。 without exception 一概,全都;无例外地。 with the exception of 除…外。 adv. -ally ,-less adj. 无例外的。
Causes the debugger to break on all exceptions, not just the unhandled exceptions 让调试器在遇到所有异常时都中断,而不仅是在遇到未处理的异常时中断。
For unhandled exceptions on threads originating in unmanaged code, the difference is more subtle 对于发自非托管代码的线程中的未处理异常,差别更加细微。
Interface in the hosting api to override the default unhandled exception policy of the common language runtime 接口来重写公共语言运行库的默认未处理异常。
In managed code, you can continue execution in the same thread after an unhandled exception 在托管代码中,您可以在出现了未处理的异常后在同一线程内继续执行。
The foreground or background status of a thread does not affect the outcome of an unhandled exception in the thread 线程的前台或后台状态不影响线程中未处理异常的结果。在
Executed if an unhandled exception occurs in any of the above listed methods . by default, this method raises the 如果上面所列的任何一种方法中出现未处理的异常,则执行此方法。
By default, the debugger only stops on unhandled exception events that is, second chance exceptions 默认情况下,调试器只在遇到未处理的异常事件(即另一个可能的异常)时停止。
When overridden in a derived class, allows for code to run when an unhandled exception occurs in the application 在派生类中重写后,允许代码在应用程序中出现未处理的异常时运行。
The handler catches all unhandled exceptions on the current page in other words, all of the errors that are not caught with a 该处理程序捕捉当前页中的所有未处理的异常,即未使用
The exception used by the microsoft build engine msbuild to wrap unhandled exceptions thrown by a logger microsoftbuildengine(msbuild)使用此异常来包装由记录器引发的未处理异常。