ocean v5.1.3 (2019-10-14T07:52:28Z)
Home
Dub
Repo
WideUIntRangeException
ocean
math
WideUInt
Exception of this class is thrown when WideUInt overflow is about to happen
class
WideUIntRangeException : Exception {
template
DefaultExceptionCtor
()
via
import
ocean
.
core
.
Exception
:
DefaultExceptionCtor
;
;
mixin
DefaultExceptionCtor
;
}
Members
Mixins
__anonymous
mixin
DefaultExceptionCtor
Undocumented in source.
Mixed In Members
From
mixin
DefaultExceptionCtor
ocean.transition
public
import
ocean
.
transition
;
Undocumented in source.
this
this
(istring msg, istring file, typeof(__LINE__) line)
Undocumented in source.
Meta
Source
See Implementation
ocean
math
WideUInt
classes
WideUIntRangeException
structs
WideUInt
Exception of this class is thrown when WideUInt overflow is about to happen