The RangeException class
RangeException
&reftitle.intro;
Exception thrown to indicate range errors during program execution.
Normally this means there was an arithmetic error other than
under/overflow. This is the runtime version of
DomainException.
&reftitle.classsynopsis;
RangeException
RangeException
extends
RuntimeException
&InheritedProperties;
&InheritedMethods;