Class: ArgumentOutOfBoundsError
This type of error is thrown when a parameter to a method or property is out of expected bounds.
Extends
Error
Constructors
new ArgumentOutOfBoundsError()
private
new ArgumentOutOfBoundsError():ArgumentOutOfBoundsError
Returns
Overrides
Error.constructor
Properties
maxValue
maxValue:
number
Remarks
Max expected value for the condition.
message
message:
string
Inherited from
Error.message