RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EInvalidOp Class

EInvalidOp is the exception class for undefined floating-point operations.

Pascal
EInvalidOp = class(EMathError);
C++
class EInvalidOp : public EMathError;

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.

Note: Do not confuse EInvalidOp with EInvalidOperation, the exception class for invalid component operations.
 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!