Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Jan : Exception 10038 for clients
| Subject: | Exception 10038 for clients |
| Posted by: | "Michael Stieler" (michael.stiel..@rie.eu) |
| Date: | Mon, 28 Jan 2008 10:07:51 |
Hello,
in Delphi source and the Indy Knowledge Base it says exception 10038
(socket operation on non socket) is used for normal operation during
server shutdown.
Is it also okay to be raised when Connecting a IdTcpClient and getting
a ConnectTimeOut ? It seems that the 10038 Exception is internally
catched and converted into a TimeOutException, because this is what my
program reports.
Just wanted to make sure there is no program error and to suggest to
put this into the big readme text in IdStack if it is a exception that
is legal to occur.
Michael