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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

A exception handling question

Status
Not open for further replies.

ikirkland

Programmer
Joined
Feb 27, 2002
Messages
16
Location
GB
Any way that you can (rather than having the code twice) do this:

catch e as overflowexception
'some code goes here
catch e as argumentexception


in some way like this:

catch e as overflowexception, agumentexception
'some code goes here
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top