API:System.SysUtils.EWin32Error

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.EOSErrorSystem.SysUtils.ExceptionSystem.TObjectEWin32Error

Delphi

EWin32Error = class(EOSError)

C++

class PASCALIMPLEMENTATION EWin32Error _DEPRECATED_ATTRIBUTE0  : public EOSError

Properties

Type Visibility Source Unit Parent
class public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

EOSError is the exception class for operating system errors.

System.SysUtils.EWin32Error inherits from System.SysUtils.EOSError. All content below this line refers to System.SysUtils.EOSError.

EOSError is the exception class for operating system errors.

EOSError is raised by the RaiseLastOSError procedure if the operating system returns an error code. The exception dialog contains the error number and the message associated with the error.

Note: EOSError replaces EWin32Error, which is now deprecated.

See Also