EInvalidArgument is the exception class for out-of-range parameters in specialized math and accounting functions.
EInvalidArgument = class(EMathError);
class EInvalidArgument : public EMathError;
Math
EInvalidArgument is raised by some functions in the Math unit (mostly financial functions) when one of the parameters is out of range or makes the calculation impossible.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|