Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

exception catching (java like) - is it in VB?

Status
Not open for further replies.

woohoo

Programmer
Jun 5, 2002
11
US
i was wondering if there is any sort of exception/error catching in VB similar to that in java. so far i have been unsuccessful finding anything and i'm hoping someone knows if there is or not and how you use it/where i can learn about it

thanks and happy hunting!
 
Check Out Craig Sander's FAQ at faq222-1694 If you choose to battle wits with the witless be prepared to lose.
[machinegun][hammer]

[cheers]
 
If you mean like "Try - Catch" error handling then VB 6 and before do not support it. VB.Net does support this.

In VB 6 and before you have
On Error [options]
where you can GOTO, Resume, Resume Next

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top