Data.DBXCommon.TDBXError
Delphi
TDBXError = class(Exception)
C++
class PASCALIMPLEMENTATION TDBXError : public System::Sysutils::Exception
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | Data.DBXCommon |
Description
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.