以下为句子列表:
英文: All those tricky things like loading code in running systems, exception handling etc.
中文: 所有的技巧性事物,比如将代码载入运行的系统,异常处理等。
更详细...
英文: 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.
中文: 用编译器的编码发生器紧密结合,结构异常处理使你轻易的在你的代码区域上放置一个防护装置,并且当被防护的区域内出现错误的时候调用异常处理器。
更详细...
英文: Develop code that makes use of exceptions and exception handling clauses (try, catch, finally), and declares methods and overriding methods that throw exceptions.
中文: 写出使用断言的代码,并从对断言的不恰当的使用中辨别出正确的使用.
更详细...
英文: Structured exception handling also lets you easily provide cleanup statements that you can be sure will always execute no matter how control leaves a guarded section of code.
中文: 结构异常处理还让你轻易的提供清除声明,这样你可以确信:它将永远执行无论控制余下一个代码的防护区域。
更详细...
英文: 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.
中文: 在真正的非预期时间之后,结构异常处理提供一个标准化途径来清除,比如废弃一个无效的用户模式指示器,或者避免那些导致系统崩溃的事件。
更详细...
|