kameloso IRC bot
Dlang.org
SocketSendException
kameloso
net
Exception thrown when a socket send action returned
Socket.ERROR
.
@
safe
final
class
SocketSendException : Exception {
this
(string msg, string file, size_t line, Throwable nextInChain);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable nextInChain)
Passthrough constructor.
kameloso
net
classes
Connection
SSLException
SSLFileException
SocketSendException
functions
connectFiber
listenFiber
openSSLIsInstalled
resolveFiber
structs
ConnectionAttempt
ListenAttempt
ResolveAttempt
Exception thrown when a socket send action returned Socket.ERROR.