Class EKambiOSError

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type EKambiOSError = class(Exception)

Description

I don't ever use RaiseLastOSError or OSCheck or EOSError, instead I'm using my own EKambiOSError, KambiOSCheck, RaiseLastKambiOSError. This is the safest way when trying to be compatible with FPC 1.0.x, 1.9.x and Windows Delphi. And when I want to have possibility to use Libc unit, at least under Linux, preferably also under other UNIXes.

Hierarchy

Overview

Fields

Public ErrorCode: LongWord;

Methods

Public constructor Create(AErrorCode: LongWord); overload;
Public constructor Create(AErrorCode: LongWord; const AdditionalDescription: string); overload;

Description

Fields

Public ErrorCode: LongWord;

code from LastKambiOSError

Methods

Public constructor Create(AErrorCode: LongWord); overload;
 
Public constructor Create(AErrorCode: LongWord; const AdditionalDescription: string); overload;
 

Generated by PasDoc 0.10.0 on 2008-02-25 00:00:36