那可处理的异常又是什么意思呢?
可能还要确定某些未处理的异常。
You might also want to specify certain exceptions that are not handled.
关于异步异常处理的异常情况。
优先捕获特定的需要处理的异常类型。
只捕捉要显式处理的异常。
此计数器包括已处理和未经处理的异常。
This counter includes both handled and unhandled exceptions.
一旦出现未处理的异常,就显示该缺省的错误页面。
The default error page will be displayed whenever an unhandled exception occurs.
在线程池线程中,没有诸如未经处理的异常这样的内容。
There is no such thing as an unhandled exception on a thread pool thread.
在应用程序驱动程序执行循环中,发现未处理的异常错误。
An unhandled exception was caught in the application driver execution loop.
每个处理程序对它处理的异常类型指定某种形式的筛选条件。
Each handler specifies some form of filter condition on the type of exception it handles.
此外,已处理的异常和未处理的异常应该始终将提供的可能有助于黑客攻击的信息减到最少。
In addition, handled and unhandled exceptions should always offer minimal information that might assist the hacker in his efforts.
您可以让调试器在遇到任何未由用户代码(“我的代码”)中的处理程序处理的异常时中断执行。
You can tell the debugger to break on any exception that is not handled by a handler in user code (" My code ").
对于未处理的异常,如果它有一个参数,那做就会作为错误信息的最后一部分(“明细”)打印出来。
If an exception has an argument, it is printed as the last part (' detail ') of the message for unhandled exceptions.
对于已处理的异常,需要在错误消息中权衡:对无经验的用户有帮助,但不要向无道德的黑客透露过多信息。
For handled exceptions, you need to strike a balance in your error messages between being helpful to the naive user and giving away too much information to the unscrupulous hacker.
当某个任务引发了它无法处理的异常时,运行时将把异常堆栈跟踪打印至控制台,然后将线程返回至线程池。
When a task throws an exception that it does not handle, the runtime prints the exception stack trace to the console and then returns the thread to the thread pool.
Filter节点用于仅选择希望在延迟后重新进行处理的异常条件(其他条件将直接送到Trace节点)。
A Filter node is used to select only those exception conditions that we want to reprocess after a delay (the others are just sent to a Trace node).
对于那些未处理的异常,如果一个它们带有参数,那么就会被作为异常信息的最后部分(“详情”)打印出来。
If an exception has arguments, they are printed as the last part (' detail ') of the message for unhandled exceptions.
如果允许线程中的未经处理的异常正常继续,直到操作系统终止程序为止,将会在开发和测试过程中暴露此问题。
Allowing unhandled exceptions in threads to proceed naturally, until the operating system terminates the program, exposes such problems during development and testing.
当终结器引发它无法处理的异常时,运行时将把异常堆栈跟踪打印至控制台,然后允许终结器线程继续运行终结器。
When a finalizer throws an exception that it does not handle, the runtime prints the exception stack trace to the console and then allows the finalizer thread to resume running finalizers.
Ben还展示它的其它方面,例如根据可见文字搜索控件,未处理的异常,消息框,以及测试的可读性和非常有用的辅助工具UISpy。
Ben goes on to show other aspects UI testing: searching for controls by visible text, unhandled exceptions, message boxes, test readability, and helpful tools like UISpy.
XSLT没有任何类型的异常处理。
它通过提供整个企业统一的异常处理方法改善实现的一致性。
It allows improving implementation consistency by providing a uniform approach to exception handling throughout the enterprise.
C+ +的异常处理使得这项任务更成问题。
C + + 's exception handling makes this task even more problematic.
实现了更灵活的异常处理。
更简单的异常处理——现在用户可以添加自己的本地异常以覆盖CRS检查而无需编辑规则自身。
Easier exception handling - Users are now able to add in their own local exceptions to override the CRS checks without needing to edit the rules themselves.
如何处理存储过程返回的异常?
How do you handle the exception that is returned from a stored procedure?
新增的授权和异常处理的Filter(过滤器)类型。
您还可以使用JUnit这样的单元测试框架中可用的构件来处理预期的异常。
You can also handle expected exceptions using the constructs available to you in unit testing frameworks such as JUnit.
当决定抛出何种类型的异常时,您应该总是首先考虑将要处理所报告异常的层。
When determining what type of exception to throw, you should always first consider the tier that will handle the reported exception.
当决定抛出何种类型的异常时,您应该总是首先考虑将要处理所报告异常的层。
When determining what type of exception to throw, you should always first consider the tier that will handle the reported exception.
应用推荐