Data.DBXMetaDataReader.TDBXMetaDataError

Delphi
TDBXMetaDataError = class(TDBXError)
C++
class PASCALIMPLEMENTATION TDBXMetaDataError : public Data::Dbxcommon::TDBXError
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | Data.DBXMetaDataReader.pas Data.DBXMetaDataReader.hpp |
Data.DBXMetaDataReader | Data.DBXMetaDataReader |
Description
Exception type for all dbExpress framework (TDBX) errors. {{#multireplace:Data.DBXMetaDataReader.TDBXMetaDataError|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXCommon.TDBXError|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DBXCommon.TDBXError|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Exception type for all dbExpress framework (TDBX) errors.
In general, methods in the dbExpress framework (TDBX) raise exceptions rather than return error codes. TDBXError is the exception class for all TDBX errors.