[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Operating system error.
Source position: sysutilh.inc line 206
type EOSError = class(Exception) |
||
public |
||
|
Operating system error code. |
|
end; |
|
Operating system error. |
|
| | ||
|
Base class of all exceptions. |
|
| | ||
TObject |
EOSError is raised when some Operating System call fails. The ErrorCode property contains the operating system error code.
|
Operating system error code. |