EInvalidArgument is the exception class for out-of-range parameters in specialized math and accounting functions.
EInvalidArgument = class(EMathError);
class EInvalidArgument : public EMathError;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|