System.Net.Socket.ESocketError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectESocketError

Delphi

ESocketError = class(Exception);

C++

class PASCALIMPLEMENTATION ESocketError : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
System.Net.Socket.pas
System.Net.Socket.hpp
System.Net.Socket System.Net.Socket

Description

Exception for socket-related errors that members of the System.Net.Socket unit may raise.

See Also