System.Classes.EFOpenError.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
constructor public System.Classes.hpp System.Classes EFOpenError


Description

Create crée une instance de EFOpenError.

Le créateur de cette classe des exceptions accepte les mêmes combinaisons de paramètres que EFileStreamError.

Voir aussi