SocketDisconnectExceptionclass
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
(none)
Global Objects
(none)
Summary of Properties
Inherited from Exception
:
errmsg_
Summary of Methods
Inherited from NetException
:
construct
displayException
Inherited from Exception
:
getExceptionMessage
showStackTrace
Properties
errMsg
OVERRIDDEN
no description available
Methods
(none)
TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3