IBX.IB.EIBInterBaseError.Create

From RAD Studio API Documentation
Jump to: navigation, search

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) { }

Properties

Type Visibility Source Unit Parent
constructor public IBX.IB.hpp IBX.IB EIBInterBaseError

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!