正常控制 meaning in English
normal control
Examples
- These exceptions are handled by code that is outside the normal flow of control
这些异常由正常控制流之外的代码处理。 - That ' s so i could concentrate on the normal control flow through adddevice
这样我可以集中于完整的“添加设备”的正常控制流程。 - A fault handler that must execute if an exception occurs , but does not execute on completion of normal control flow
错误处理程序,它在异常发生时必须执行,但在正常控制流完成时不执行。 - Exceptions are a means of breaking out of the normal flow of control of a code block in order to handle errors or other exceptional conditions
异常就是为了处理出错或者处理其它意外情况而中断代码块的正常控制流。 - A finally handler that executes whenever the block exits , whether that occurs by normal control flow or by an unhandled exception
Finally处理程序,它在每次块退出时都执行,不论退出是由正常控制流引起的还是由未处理的异常引起的。