try { } catch() {} finally { try { } catch() { } finally { } }
Is it good to have the code like above?
Looks ugly but sometimes it's the way to go. Depending on the code consider to extract a method with the second try-catch-finally block.