ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
PlatformException
ocean
core
ExceptionDefinitions
Base class for operating system or library exceptions.
class
PlatformException : Exception {
this
(istring msg, istring file, long line);
}
Constructors
this
this
(istring msg, istring file, long line)
Undocumented in source.
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 operating system or library exceptions.