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;

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

 

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