Datasnap.Win.SConnect.ESocketConnectionError

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Datasnap.Win.SConnect.pas Datasnap.Win.SConnect.hpp
| |
Unit: Datasnap.Win.SConnect | |
Parent: Datasnap.Win.SConnect |
Delphi
ESocketConnectionError = class(Exception);
C++
class PASCALIMPLEMENTATION ESocketConnectionError : public System::Sysutils::Exception
Description
ESocketConnectionError is the exception class for errors that arise when sending or receiving messages using TSocketConnection.
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.