ocean v6.2.0 (2021-12-09T10:56:40Z)
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.meta.types.Qualifiers
public
import
ocean
.
meta
.
types
.
Qualifiers
;
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