phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
AddressException
std
socket
Class for exceptions thrown from an
Address
.
@
safe
class
AddressException :
SocketOSException
{}
Mixed In Members
From
mixin
socketOSExceptionCtors
this
this
(string msg, string file, size_t line, Throwable next, int err)
this
this
(string msg, Throwable next, string file, size_t line, int err)
this
this
(string msg, int err, string file, size_t line, Throwable next)
Inherited Members
From SocketOSException
errorCode
int
errorCode
;
Platform-specific error code.
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
Class for exceptions thrown from an Address.