EPathNotFoundException
[Properties (by Name)][Methods (by Name)][Events (by Name)]
Exception raised when a path is not found.
Declaration
Source position: sysutilh.inc line 228
Type
EPathNotFoundException = class (Exception)
;
Description
EPathNotFoundException is an exception raised when a path is referenced that does not exist.
This exception class is provided for Delphi compatibility, but is not actually used in FPC.
MembersNo members available
Inheritance
Class | Description |
---|---|
EPathNotFoundException | Exception raised when a path is not found. |
See also
Name | Description |
---|---|
EDirectoryNotFoundException | Exception raised when a directory is not found. |
EFileNotFoundException | Exception raised when a file is not found. |
EPathTooLongException | Exception raised when a path name is too long. |
Exception | Base class of all exceptions. |