B
Byron Hopp
My app utilizes Web Services to contact the server and get information on a
scan of a barcode. If for whatever reason the unit looses connection with
the network, and I attempt to access the web service, I get a message from
the OS stating that my app caused a problem and needed to terminate. I have
places a Try/Catch around my entire app and I cannot trap this error. How
can I check to make sure the connection is good before attempting to call
the web service so my app does not crash and force the user to restart?
Thanks,
Byron Hopp
scan of a barcode. If for whatever reason the unit looses connection with
the network, and I attempt to access the web service, I get a message from
the OS stating that my app caused a problem and needed to terminate. I have
places a Try/Catch around my entire app and I cannot trap this error. How
can I check to make sure the connection is good before attempting to call
the web service so my app does not crash and force the user to restart?
Thanks,
Byron Hopp