I\'ve started using try-catch blocks (a bit late, I know!), but now I\'m not sure what to do with the exception once I\'ve caught it. What should I do?
If you don't want to do anything with it, you can always just do try/finally rather then try/catch/finally