Class SocketException

SocketException should be thrown only if one of the socket functions socketError and sets errno, because SocketException relies on the errno value.

class SocketException
  : object.Exception ;

Constructors

NameDescription
this (msg, file, line, next)