1
Answer

finally block in exception handling

amit_gupta14

amit_gupta14

20y
1.8k
1
I have read that we can keep finally block after catch block and that will be always executed whether exception is raised or not. I have also read that no execution takes place after processing finally block, is it true? I mean if I write Console.Writeline("hi") after finally block, will it be executed?
Answers (1)