ADO DOT NET
Centurion
- Joined
- Dec 20, 2006
- Messages
- 160
Hello,
I just want to know that if in the above code another exception occurs how can I catch it?
In other words, I want to catch all other exceptions at once.
Do we have something like, Catch Else?
Visual Basic:
Try
Catch x1 As x1
Cacth x2 As x2
End Try
In other words, I want to catch all other exceptions at once.
Do we have something like, Catch Else?