At 08:56 PM 8/14/00 -0600, Tony Olekshy wrote: >consider this: > > try { may_throw_1; } > catch { may_throw_2; } > catch { may_throw_3; } > finally { may_throw_4; } That's either a syntax error or a no-op. More likely the latter. If you have multiple catch blocks which could catch the same exception, only the first one should execute. -- Peter Scott Pacific Systems Design Technologies
- RE: errors and their keywords and where catch can return toa... Evan Howarth
- RE: errors and their keywords and where catch can retur... Peter Scott
- Re: errors and their keywords and where catch can r... Chaim Frenkel
- Re: errors and their keywords and where catch c... Peter Scott
- Re: errors and their keywords and where catch c... Tony Olekshy
- Re: errors and their keywords and where catch can r... Tony Olekshy
- Re: errors and their keywords and where catch c... Peter Scott
- Re: errors and their keywords and where cat... Graham Barr
- Re: errors and their keywords and where catch can retur... Tony Olekshy