for() {
try {
}
catch() {
}
finally {
break;
}
}
Thursday, February 5, 2009
Flex try...catch...finally bug?
Yikes. The following ActionScript code caused an "unbalanced stack" error when the containing function was called. My intention was to break out of the for loop if the finally clause was hit. Took a while to realize it wasn't even hitting the for loop.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment