| SocketDisconnectExceptionclass | tadsnet.t[393] | 
| Superclass Tree | Subclass Tree | Global Objects | Property Summary | Method Summary | Property Details | Method Details | 
   A SocketDisconnectException is thrown when attempting to read or write   a network socket that's been closed, either by us or by the peer (the   computer on the other end of the network connection).  If we didn't   close the socket on this side, this error usually means simply that   the peer program has terminated or otherwise disconnected, so we   should consider the conversation terminated. 
class 
SocketDisconnectException :    NetException
Superclass Tree   (in declaration order)
SocketDisconnectException
         NetException
                  Exception
                           object
Subclass Tree   
Global Objects   
Summary of Properties   
Inherited from Exception :
errmsg_  
Summary of Methods   
Inherited from NetException :
construct  
displayException  
Inherited from Exception :
getExceptionMessage  
showStackTrace  
Properties   
| errMsgOVERRIDDEN | tadsnet.t[394] | 
no description available
Methods   
(none)
TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3
Generated on 5/16/2013 from TADS version 3.1.3