ocean ~master (2025-12-21T07:04:04.4212625)
Dub
Repo
SocketException
ocean
core
ExceptionDefinitions
Base class for socket exceptions.
class
SocketException :
IOException
{
this
(string msg, string file, long line);
}
Constructors
this
this
(string msg, string file, long line)
Undocumented in source.
Inherited Members
From IOException
error_num
int
error_num
;
Error code
func_name
string
func_name
;
Last failed function name.
errorNumber
int
errorNumber
()
failedFunctionName
string
failedFunctionName
()
Meta
Source
See Implementation
ocean
core
ExceptionDefinitions
aliases
ThreadException
classes
AddressException
ClusterException
CorruptedIteratorException
HostException
IOException
IllegalArgumentException
IllegalElementException
LocaleException
NoSuchElementException
PlatformException
ProcessException
RegexException
RegistryException
SocketAcceptException
SocketException
SyncException
TextException
ThreadPoolException
VfsException
XmlException
Base class for socket exceptions.