RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EXSDecimalException Class

EXSDecimalException is the exception class for errors encountered by the remotable objects that represent decimal values.

Pascal
EXSDecimalException = class(Exception);
C++
class EXSDecimalException : public Exception;

XSBuiltIns

EXSDecimalException is raised by TXSDecimal when it is unable to convert between its string value and a TBcd value. 

 

TXSDecimal 

TBcd

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!