API Documentation > Exceptions > Interface IpfcXNumberTooLarge
Interface IpfcXNumberTooLarge
Description
This exception is thrown when a number passed to a method is too large.
Direct Parent Classes:
User Guide References:
Property Summary
Property
as Double
Maximum allowed value.
Property
as Double
The number passed as an argument.
Property Detail
Property
MaxValue
as Double
Maximum allowed value.
Property
Value
as Double
The number passed as an argument.
Was this helpful?