Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Yes, as noted, it's a three part structure:

try { MayThrowException(); } catch(MyExceptionType ex) { HandleIfException(ex); } finally { AlwaysRunCleanupRegardless(); }



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: