Question: What are the four keywords associated with exception handling in C#?

  1. try, catch, valid, invalid
  2. try, valid, finally, throw
  3. try, catch, finally, throw
  4. finally, throw, valid, invalid

Answer: The correct answer of the above question is Option C:try, catch, finally, throw