Home » C# Programming » Exception Handling

All code inside finally block is guaranteed to execute irrespective of whether an exception occurs in the protected block or not.

Correct Answer: True

← Previous Question Next Question→

More Questions from Exception Handling

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion