InterviewSolution
Saved Bookmarks
| 1. |
Which of these keywords is not a part of exception handling?(a) try(b) finally(c) thrown(d) catchThe question was asked by my college professor while I was bunking the class.My doubt is from Fundamentals of Exception Handling in division Indexers and Exception Handling of C# |
|
Answer» The correct option is (c) thrown |
|