| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Exception raised when a path name is too long.
Source position: sysutilh.inc line 219
| type EPathTooLongException = class(Exception) | 
| 
 | Exception raised when a path name is too long. | |
| | | ||
| 
 | Base class of all exceptions. | |
| | | ||
| 
 | Base class of all classes. | 
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.
| 
 | Base class of all exceptions. | |
| 
 | Exception raised when a file is not found. | |
| 
 | Exception raised when a directory is not found. | |
| 
 | Exception raised when a path is not found. |