Datasnap.Win.SConnect.ESocketConnectionError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectESocketConnectionError

Delphi

ESocketConnectionError = class(Exception);

C++

class PASCALIMPLEMENTATION ESocketConnectionError : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Datasnap.Win.SConnect Datasnap.Win.SConnect

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.

See Also