if you write encounter an infinite recursion by accident, review your function to confirm that there is a base case that does not make a recursive call.
如果你意外写出来一个无穷递归的代码,好好检查一下你的函数,一定要确保有一个基準条件来停止递归调用。
infinite recursion detected during execution of calculated cell formula %1 at pass %2.
在传递%2 上计算单元公式%1的执行过程中检测到无限递归。
a bit of an obscure infinite recursion situtaion that unfortunately is pretty common is incorrect usage of the exception handling application block.
异常处理应用程序块使用不恰当,这是常见的一个隐晦的无穷递归情形。
as a result, just trying to expand the structure directly leads to infinite recursion loops.
所以,只想直接展开结构,可能会形成无限的递归循环。
infinite recursion detected during execution of calculated member %1.
在执行计算成员%1的过程中检测到无限递归。