API:Data.DBXCommon.TDBXContext.Error
Delphi
procedure Error(ErrorCode: TDBXErrorCode; ErrorMessage: string); overload;
procedure Error(ErrorCode: TDBXErrorCode; ErrorMessage: string; InnerException: Exception); overload;
C++
void __fastcall Error(TDBXErrorCode ErrorCode, System::UnicodeString ErrorMessage)/* overload */;
void __fastcall Error(TDBXErrorCode ErrorCode, System::UnicodeString ErrorMessage, System::Sysutils::Exception* InnerException)/* overload */;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXContext |
Description
Embarcadero Technologies does not currently have any additional information.