overflow exception meaning in Chinese
溢出事故
溢出异常
溢位异常
Examples
- However , that practice is currently discouraged because significant additional code is required to reliably catch a stack overflow exception and continue program execution
但是,现在我们建议不要使用这种做法,原因是需要大量附加代码才能可靠地捕获堆栈溢出异常并继续执行程序。 - Note that an application that hosts the common language runtime can specify that the clr unload the application domain where the stack overflow exception occurs and let the corresponding process continue
请注意,承载公共语言运行库( clr )的应用程序可以指定由clr卸载发生堆栈溢出异常的应用程序域,并让相应的进程继续运行。 - Statement is executing . unfortunately , this isn t a perfect solution , however , since it can cause multiple event dispatch loops to build up on the stack - in the degenerate case causing a stack overflow exception
不幸的是,由于它能够引发建立在堆栈上的多重事件调度循环,乃至在糟糕的情况下引起堆栈溢出异常,而目前并没有一种对此称得上优秀的解决方案。