被调用过程 meaning in English
called procedure
called process
invoked procedure
Examples
- On error resume next statement in each called procedure that needs one
语句放在每个需要它的被调用过程中。 - Delegates are useful in situations where you need an intermediary between a calling procedure and the procedure being called
委托在调用过程和被调用过程需要媒介的情况下是很有用的。 - Sometimes a call is made from the original procedure to another procedure , and an exception occurs in the called procedure
有时,从原始过程调用另一个过程,并且被调用过程中发生异常。 - The search for a handler continues up the call stack , which is the series of procedures called within the application
对处理程序的搜索一直持续到“调用堆栈” ,它是应用程序内被调用过程的序列。 - The nesting level is incremented when the called procedure starts running , and decremented when the called procedure finishes running
在被调用过程开始运行时,嵌套级将增加,在被调用过程运行结束后,嵌套级将减少。