EOSError
[Properties (by Name)][Methods (by Name)][Events (by Name)]
Operating system error.
Declaration
Source position: sysutilh.inc line 206
Type
EOSError = class (Exception)
public
ErrorCode : LongInt;
end
;
Description
EOSError is raised when some Operating System call fails. The ErrorCode property contains the operating system error code.
Members
| Member | Type | Visibility | Description |
|---|---|---|---|
| ErrorCode | Field | public | Operating system error code. |
Inheritance
| Class | Description |
|---|---|
| EOSError | Operating system error. |
See also
| Name | Description |
|---|---|
| EOSError.ErrorCode | Operating system error code. |
| LongInt | A signed 32-bits integer |