Data.FmtBcd.EBcdException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEBcdException

Delphi

EBcdException = class(Exception);

C++

class PASCALIMPLEMENTATION EBcdException : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
Data.FmtBcd.pas
Data.FMTBcd.hpp
Data.FmtBcd Data.FmtBcd

Description

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