phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
SocketException
std
socket
Base exception thrown by
std.socket
.
@
safe
class
SocketException : Exception {}
Mixed In Members
From
mixin
basicExceptionCtors
this
this
(string msg, string file, size_t line, Throwable next)
this
this
(string msg, Throwable next, string file, size_t line)
Meta
Source
See Implementation
std
socket
classes
Address
AddressException
HostException
Internet6Address
InternetAddress
InternetHost
Protocol
Service
Socket
SocketAcceptException
SocketException
SocketFeatureException
SocketOSException
SocketParameterException
SocketSet
TcpSocket
UdpSocket
UnixAddress
UnknownAddress
UnknownAddressReference
enums
AddressFamily
AddressInfoFlags
ProtocolType
SocketFlags
SocketOption
SocketOptionLevel
SocketShutdown
SocketType
functions
getAddress
getAddressInfo
parseAddress
socketPair
wouldHaveBlocked
properties
lastSocketError
structs
AddressInfo
Linger
TimeVal
Base exception thrown by std.socket.