ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
SocketException
ocean
core
ExceptionDefinitions
Base class for socket exceptions.
class
SocketException :
IOException
{
this
(istring msg, istring file, long line);
}
Constructors
this
this
(istring msg, istring file, long line)
Undocumented in source.
Inherited Members
From IOException
error_num
int
error_num
;
Error code
func_name
istring
func_name
;
Last failed function name.
errorNumber
int
errorNumber
()
failedFunctionName
istring
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.