System.SysUtils.EDirectoryNotFoundException

提供:RAD Studio API Documentation

EDirectoryNotFoundExceptionSystem.SysUtils.EInOutErrorSystem.SysUtils.ExceptionSystem.TObject

Delphi

EDirectoryNotFoundException = class(EInOutError);

C++

class PASCALIMPLEMENTATION EDirectoryNotFoundException : public EInOutError

プロパティ

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

説明

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

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

関連項目