Data.FmtBcd.EBcdOverflowException
Delphi
EBcdOverflowException = class(EBcdException);
C++
class PASCALIMPLEMENTATION EBcdOverflowException : public EBcdException
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Data.FmtBcd.pas Data.FMTBcd.hpp |
Data.FmtBcd | Data.FmtBcd |
Description
EBcdOverflowException is the exception class for errors that occur when a Variant can't create a BCD value due to the requested precision and number of decimals.
EBcdOverflowException is raised when
A call to VarFMTBcdCreate tries to create a BCD value with a precision and number of decimals that can't be supported.
An application tries to cast a Variant to a BCD value but it can't be expressed using the default precision and number of decimals.