09.04.2013, 16:10
What do you mean? It should work just fine. After try/catch/finally, it will just carry on as usual unless a return statement was made, in which case it will be the same as just doing return outside of try/catch/finally.