No, it doesn't "miss" them, but they have already been caught by the block of code above.
On Sat, Nov 13, 2010 at 5:22 PM, Davej <galt...@hotmail.com> wrote: > > > So does this miss IO exceptions? > > Catch ex As Exception > MsgBox("Error: " & ex.message) > End Try >