IBX.IB.EIBInterBaseRoleError.Create

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* EIBError.Create */ inline __fastcall EIBInterBaseRoleError(int ASQLCode, System::UnicodeString Msg)/* overload */ : EIBError(ASQLCode, Msg) { }
/* EIBError.Create */ inline __fastcall EIBInterBaseRoleError(int ASQLCode, int AIBErrorCode, System::UnicodeString Msg)/* overload */ : EIBError(ASQLCode, AIBErrorCode, Msg) { }
/* Exception.CreateFmt */ inline __fastcall EIBInterBaseRoleError(const System::UnicodeString Msg, System::TVarRec const *Args, const int Args_High) : EIBError(Msg, Args, Args_High) { }
/* Exception.CreateRes */ inline __fastcall EIBInterBaseRoleError(NativeUInt Ident)/* overload */ : EIBError(Ident) { }
/* Exception.CreateRes */ inline __fastcall EIBInterBaseRoleError(System::PResStringRec ResStringRec)/* overload */ : EIBError(ResStringRec) { }
/* Exception.CreateResFmt */ inline __fastcall EIBInterBaseRoleError(NativeUInt Ident, System::TVarRec const *Args, const int Args_High)/* overload */ : EIBError(Ident, Args, Args_High) { }
/* Exception.CreateResFmt */ inline __fastcall EIBInterBaseRoleError(System::PResStringRec ResStringRec, System::TVarRec const *Args, const int Args_High)/* overload */ : EIBError(ResStringRec, Args, Args_High) { }
/* Exception.CreateHelp */ inline __fastcall EIBInterBaseRoleError(const System::UnicodeString Msg, int AHelpContext) : EIBError(Msg, AHelpContext) { }
/* Exception.CreateFmtHelp */ inline __fastcall EIBInterBaseRoleError(const System::UnicodeString Msg, System::TVarRec const *Args, const int Args_High, int AHelpContext) : EIBError(Msg, Args, Args_High, AHelpContext) { }
/* Exception.CreateResHelp */ inline __fastcall EIBInterBaseRoleError(NativeUInt Ident, int AHelpContext)/* overload */ : EIBError(Ident, AHelpContext) { }
/* Exception.CreateResHelp */ inline __fastcall EIBInterBaseRoleError(System::PResStringRec ResStringRec, int AHelpContext)/* overload */ : EIBError(ResStringRec, AHelpContext) { }
/* Exception.CreateResFmtHelp */ inline __fastcall EIBInterBaseRoleError(System::PResStringRec ResStringRec, System::TVarRec const *Args, const int Args_High, int AHelpContext)/* overload */ : EIBError(ResStringRec, Args, Args_High, AHelpContext) { }
/* Exception.CreateResFmtHelp */ inline __fastcall EIBInterBaseRoleError(NativeUInt Ident, System::TVarRec const *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 EIBInterBaseRoleError

Description

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