

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following block of VB.NET identifies a place to catch an exception with an exception handler at the place in a program where you want to handle the problem? |
A. | Try |
B. | Catch |
C. | Finally |
D. | Throw |
Answer» C. Finally | |