API: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

EBcdException is the exception class for errors that occur when working with BCD values.

Data.FmtBcd.EBcdOverflowException inherits from Data.FmtBcd.EBcdException. All content below this line refers to Data.FmtBcd.EBcdException.

EBcdException is the exception class for errors that occur when working with BCD values.

EBcdException is raised when

An attempt to convert a Variant or string to a BCD value is unsuccessful.

An application tries to create a Variant that represents a BCD value, starting with a value that can't be successfully converted.

An application tries to divide by a BCD type whose value is 0.

See Also