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. 无例外的。
Structured exception handling , which is the recommended method of error handling in visual basic , makes it easy to create and maintain programs with robust , comprehensive error handlers 在visual basic中,结构化异常处理为建议的错误处理方法,这种方法使得可以容易地创建并维护具有可靠、全面的错误处理程序的程序。
Structured exception handling offers a standardized way to clean up after really unexpected events , such as dereferencing an invalid user - mode pointer , or to avoid the system crash that normally ensues after such events 在真正的非预期时间之后,结构异常处理提供一个标准化途径来清除,比如废弃一个无效的用户模式指示器,或者避免那些导致系统崩溃的事件。
While the structured exception handling model provided in visual basic is more useful in developing applications , you might choose to employ unstructured error handling , particularly when upgrading legacy applications 虽然visual basic中提供的结构化异常处理模型在开发应用程序时作用更大,但您还是可以选择使用非结构化错误处理(特别是在升级旧式应用程序时) 。
Closely integrated with the compiler ' s code generator , structured exception handling lets you easily place a guard on sections of your code and invoke exception handlers when something goes wrong in the guarded section 用编译器的编码发生器紧密结合,结构异常处理使你轻易的在你的代码区域上放置一个防护装置,并且当被防护的区域内出现错误的时候调用异常处理器。
On error statement to handle exceptions in your code in order to provide unstructured exception handling , visual basic 2005 also supports structured exception handling , which you can use to create and maintain programs with comprehensive error handling 语句来处理代码中的异常以提供非结构化异常处理时, visual basic 2005还支持结构化异常处理,该处理方法可用于通过全面的错误处理来创建和维护程序。