overflow exception造句
例句與造句
- Arithmetic shifts never generate overflow exceptions
算術移位絕不會產生溢出異常。 - Warning c6255 : alloca indicates failure by raising a stack overflow exception
警告c6255 : _ alloca通過引發堆棧溢出異常表明失敗。 - With websphere studio , for example , you see a stack overflow exception in the end
利用websphere studio ,最終您將看到堆棧溢出意外。 - You cannot catch stack overflow exceptions , because the exception - handling code may require the stack
您無法捕捉堆棧溢出異常,因為異常處理代碼可能需要堆棧。 - However , this can cause some changes in behavior , especially in cases in which the conversion caused overflow exceptions
但這可能會導致行為發生某些更改,尤其是在轉換導致溢出異常的情況下。 - It's difficult to find overflow exception in a sentence. 用overflow exception造句挺難的
- 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
不幸的是,由于它能夠引發建立在堆棧上的多重事件調度循環,乃至在糟糕的情況下引起堆棧溢出異常,而目前并沒有一種對此稱得上優秀的解決方案。