[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Input/Output error.
Source position: sysutilh.inc line 158
type EInOutError = class(Exception) |
||
public |
||
|
Error code for Input/Output operation. |
|
end; |
|
Input/Output error. |
|
| | ||
|
Base class of all exceptions. |
|
| | ||
|
Base class of all classes. |
EInOutError is raised when a IO routine of Free Pascal returns an error. The error is converted to an EInOutError only if the input/output checking feature of FPC is turned on. The error code of the input/output operation is returned in ErrorCode.
|
Error code for Input/Output operation. |