Data.FmtBcd.EBcdOverflowException

From RAD Studio API Documentation
Jump to: navigation, search

Data.FmtBcd.EBcdExceptionSystem.SysUtils.ExceptionSystem.TObjectEBcdOverflowException
[–] Properties
Type: class
Visibility: public
Source:
Data.FmtBcd.pas
Data.FMTBcd.hpp
Unit: Data.FmtBcd
Parent: Data.FmtBcd

Delphi

EBcdOverflowException = class(EBcdException);

C++

class PASCALIMPLEMENTATION EBcdOverflowException : public EBcdException

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.

See Also