且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

AS3的try / catch出现内存不足

更新时间:2022-06-17 00:44:23

没有,没有赶上它......

No there is no catch for it....

说,我可以使用始终抓住所有的errror 10.1:

Saying that I can always catch all the errror in 10.1 using:

if(this.loaderInfo.hasOwnProperty("uncaughtErrorEvents"))
            {
                IEventDispatcher(loaderInfo["uncaughtErrorEvents"]).addEventListener("uncaughtError", global_error_handler);
            }