System.SysUtils.EFileNotFoundException.Create

提供: RAD Studio API Documentation
移動先: 案内検索

C++

inline __fastcall EFileNotFoundException(const System::UnicodeString Msg, const System::UnicodeString Path) : EInOutError(Msg, Path) { }
inline __fastcall EFileNotFoundException(System::PResStringRec ResStringRec, const System::UnicodeString Path) : EInOutError(ResStringRec, Path) { }
inline __fastcall EFileNotFoundException(const System::UnicodeString Msg) : EInOutError(Msg) { }
inline __fastcall EFileNotFoundException(const System::UnicodeString Msg, const System::TVarRec *Args, const int Args_High) : EInOutError(Msg, Args, Args_High) { }
inline __fastcall EFileNotFoundException(NativeUInt Ident) : EInOutError(Ident) { }
inline __fastcall EFileNotFoundException(System::PResStringRec ResStringRec) : EInOutError(ResStringRec) { }
inline __fastcall EFileNotFoundException(NativeUInt Ident, const System::TVarRec *Args, const int Args_High) : EInOutError(Ident, Args, Args_High) { }
inline __fastcall EFileNotFoundException(System::PResStringRec ResStringRec, const System::TVarRec *Args, const int Args_High) : EInOutError(ResStringRec, Args, Args_High) { }
inline __fastcall EFileNotFoundException(const System::UnicodeString Msg, int AHelpContext) : EInOutError(Msg, AHelpContext) { }
inline __fastcall EFileNotFoundException(const System::UnicodeString Msg, const System::TVarRec *Args, const int Args_High, int AHelpContext) : EInOutError(Msg, Args, Args_High, AHelpContext) { }
inline __fastcall EFileNotFoundException(NativeUInt Ident, int AHelpContext) : EInOutError(Ident, AHelpContext) { }
inline __fastcall EFileNotFoundException(System::PResStringRec ResStringRec, int AHelpContext) : EInOutError(ResStringRec, AHelpContext) { }
inline __fastcall EFileNotFoundException(System::PResStringRec ResStringRec, const System::TVarRec *Args, const int Args_High, int AHelpContext) : EInOutError(ResStringRec, Args, Args_High, AHelpContext) { }
inline __fastcall EFileNotFoundException(NativeUInt Ident, const System::TVarRec *Args, const int Args_High, int AHelpContext) : EInOutError(Ident, Args, Args_High, AHelpContext) { }

プロパティ

種類 可視性 ソース ユニット
constructor public System.SysUtils.hpp System.SysUtils EFileNotFoundException

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。