Error/Exception handling

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In sqlce, trying to connect to database. If network is not present, I'm
branching to an error handling routine using try/catch. The "Catch" works,
but then the PocketPC device still gives a system error and quits the
program. I don't want to exit the entire program and go back to the OS. I
just want the catch routine to execute and then be returned to the form?
Within the emulator, it works but when the program runs on the device (HP
iPaq h4350) the problem happens.
 
You need to step through the code and make sure that it isn't generating the
system error because of a problem in exception handling.

Paul T.
 
Back
Top