EInOutError
[Properties (by Name)][Methods (by Name)][Events (by Name)]
Input/Output error
Declaration
Source position: sysutilh.inc line 156
Type
  EInOutError = class (Exception)
  public
    ErrorCode : Integer;
  end
  ;
Description
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 .
Members
| Member | Type | Visibility | Description | 
|---|---|---|---|
| ErrorCode | Field | public | Error code for Input/Output operation. | 
Inheritance
| Class | Description | 
|---|---|
| EInOutError | Input/Output error | 
See also
| Name | Description | 
|---|---|
| EInOutError.ErrorCode | Error code for Input/Output operation. | 
| Integer | A signed 16-bits integer |