so you are saying if you put this in the form load:

vb Code:
  1. try
  2. throw new exception("error")
  3. catch ex as exception
  4.  
  5. end try

it breaks on the throw line in vs when you run it?/

kris