System.SysUtils.EFileNotFoundException

提供: RAD Studio API Documentation
2014年2月11日 (火) 08:07時点におけるAChavesBot (トーク | 投稿記録)による版 (47307.)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

System.SysUtils.ExceptionSystem.TObjectEFileNotFoundException

Delphi

EFileNotFoundException = class(Exception);

C++

class PASCALIMPLEMENTATION EFileNotFoundException : public Exception

プロパティ

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

説明

この例外は、ファイルが見つからない場合に発生します。

TFile.Open は、指定されたファイルが存在しない場合、EFileNotFoundException を発生させます。

関連項目