R

Ram Sharma • 3.40K Points
Extraordinary

Q. What does `try-catch-finally` handle in C#?

  • (A) File I/O
  • (B) Thread management
  • (C) Exception handling
  • (D) String conversion

Explanation by: Ram Sharma
`try-catch-finally` is used for handling exceptions and ensuring code in `finally` is always executed.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.