|
RAD Studio VCL Reference
|
ESocketConnectionError is the exception class for errors that arise when sending or receiving messages using TSocketConnection.
ESocketConnectionError = class(Exception);
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!
|