[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sysutils' (#rtl)

EOSError

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Operating system error.

Declaration

Source position: sysutilh.inc line 205

type EOSError = class(Exception) end;

public

  ErrorCode: LongInt;

  

Operating system error code.

Inheritance

EOSError

  

Operating system error.

|

Exception

  

Base class of all exceptions.

|

TObject

  

Base class of all classes.

Description

EOSError is raised when some Operating System call fails. The ErrorCode property contains the operating system error code.

See also

EOSError.ErrorCode

  

Operating system error code.


Documentation generated on: Nov 14 2015