Data.FmtBcd.EBcdException

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.FmtBcd.pas Data.FMTBcd.hpp
| |
Unit: Data.FmtBcd | |
Parent: Data.FmtBcd |
Delphi
EBcdException = class(Exception);
C++
class PASCALIMPLEMENTATION EBcdException : public System::Sysutils::Exception
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.