RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ESocketConnectionError Class

ESocketConnectionError is the exception class for errors that arise when sending or receiving messages using TSocketConnection.

Pascal
ESocketConnectionError = class(Exception);
C++
class ESocketConnectionError : public Exception;

SConnect

Socket connection components raise ESocketConnectionError when the socket they use to send and receive messages reports an error, or when the information read from the socket is incomplete. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!