EInvalidOp is the exception class for undefined floating-point operations.
EInvalidOp = class(EMathError);
class EInvalidOp : public EMathError;
SysUtils
EInvalidOp is raised when the CPU encounters an undefined instruction, invalid operation, or floating-point stack overflow.
Run-time exception information is saved in fields provided by EExternal.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|