API:System.SysUtils.EWin32Error

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.SysUtils.EOSErrorSystem.SysUtils.ExceptionSystem.TObjectEWin32Error

Delphi

EWin32Error = class(EOSError)

C++

class PASCALIMPLEMENTATION EWin32Error _DEPRECATED_ATTRIBUTE0  : public EOSError

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Beschreibung

EOSError ist die Exception-Klasse für Betriebssystemfehler.

System.SysUtils.EWin32Error erbt von System.SysUtils.EOSError. Der folgende Inhalt bezieht sich auf System.SysUtils.EOSError.

EOSError ist die Exception-Klasse für Betriebssystemfehler.

EOSError wird von der Prozedur RaiseLastOSError ausgelöst, wenn das Betriebssystem einen Fehlercode zurückgibt. Das Exception-Dialogfeld enthält die Fehlernummer und die entsprechende Meldung.

Anmerkung:  EOSError ersetzt die Exception EWin32Error, die jetzt veraltet ist.

Siehe auch