System.SysUtils.EDirectoryNotFoundException

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

エラー: 画像が無効、または存在しません。

Delphi

EDirectoryNotFoundException = class(EInOutError);

C++

class PASCALIMPLEMENTATION EDirectoryNotFoundException : public EInOutError

プロパティ

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

説明

この例外は、指定されたディレクトリが見つからない場合に発生します。

SetCurrentDirectory で、指定されたディレクトリが見つからない場合に、EDirectoryNotFoundException が発生します。

関連項目