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