Which of the following is true about catch block in VB.NET?
Posted: Mon Nov 29, 2021 7:30 am
a. A program catches an exception with an exception handler at the place in a
program where you want to handle the problem.
b. The catch keyword indicates the catching of an exception
c. Both of the above.
d. None of the above
program where you want to handle the problem.
b. The catch keyword indicates the catching of an exception
c. Both of the above.
d. None of the above