System.Net.Socket.ESocketError

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.