IBX.IB.EIBInterBaseError.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

C++

/* EIBError.Create */ inline __fastcall EIBInterBaseError(int ASQLCode, System::UnicodeString Msg)/* overload */ : EIBError(ASQLCode, Msg) { }
/* EIBError.Create */ inline __fastcall EIBInterBaseError(int ASQLCode, int AIBErrorCode, System::UnicodeString Msg)/* overload */ : EIBError(ASQLCode, AIBErrorCode, Msg) { }
/* Exception.CreateFmt */ inline __fastcall EIBInterBaseError(const System::UnicodeString Msg, const System::TVarRec *Args, const int Args_High) : EIBError(Msg, Args, Args_High) { }
/* Exception.CreateRes */ inline __fastcall EIBInterBaseError(NativeUInt Ident)/* overload */ : EIBError(Ident) { }
/* Exception.CreateRes */ inline __fastcall EIBInterBaseError(System::PResStringRec ResStringRec)/* overload */ : EIBError(ResStringRec) { }
/* Exception.CreateResFmt */ inline __fastcall EIBInterBaseError(NativeUInt Ident, const System::TVarRec *Args, const int Args_High)/* overload */ : EIBError(Ident, Args, Args_High) { }
/* Exception.CreateResFmt */ inline __fastcall EIBInterBaseError(System::PResStringRec ResStringRec, const System::TVarRec *Args, const int Args_High)/* overload */ : EIBError(ResStringRec, Args, Args_High) { }
/* Exception.CreateHelp */ inline __fastcall EIBInterBaseError(const System::UnicodeString Msg, int AHelpContext) : EIBError(Msg, AHelpContext) { }
/* Exception.CreateFmtHelp */ inline __fastcall EIBInterBaseError(const System::UnicodeString Msg, const System::TVarRec *Args, const int Args_High, int AHelpContext) : EIBError(Msg, Args, Args_High, AHelpContext) { }
/* Exception.CreateResHelp */ inline __fastcall EIBInterBaseError(NativeUInt Ident, int AHelpContext)/* overload */ : EIBError(Ident, AHelpContext) { }
/* Exception.CreateResHelp */ inline __fastcall EIBInterBaseError(System::PResStringRec ResStringRec, int AHelpContext)/* overload */ : EIBError(ResStringRec, AHelpContext) { }
/* Exception.CreateResFmtHelp */ inline __fastcall EIBInterBaseError(System::PResStringRec ResStringRec, const System::TVarRec *Args, const int Args_High, int AHelpContext)/* overload */ : EIBError(ResStringRec, Args, Args_High, AHelpContext) { }
/* Exception.CreateResFmtHelp */ inline __fastcall EIBInterBaseError(NativeUInt Ident, const System::TVarRec *Args, const int Args_High, int AHelpContext)/* overload */ : EIBError(Ident, Args, Args_High, AHelpContext) { }

Propriétés

Type Visibilité  Source Unité  Parent
constructor public IBX.IB.hpp IBX.IB EIBInterBaseError

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !