Question: What are the four keywords associated with exception handling in C#?
- try, catch, valid, invalid
- try, valid, finally, throw
- try, catch, finally, throw
- finally, throw, valid, invalid
Answer: The correct answer of the above question is Option C:try, catch, finally, throw