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;

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!