I implemented a socket connection. When the connection was broken, the
Emulator will throw an alert saying : "ErrorMgr.c, Line:203, ErrThrow called
without a pending ErrTry".

The codes are as following:

try {
  clientSock >> cRevMsg; // recieve message from server.
                         // if the connection is broken, throw the alert.
 }
 catch (CIOException e) {
    FrmCustomAlert(commonError,"The connection was broken.","","");
    return;
 }

How can i handle this problem?

regards,
fan



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to