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

Warning: EWin32Error is deprecated. Please use EOSError.

EWin32Error is the exception class for Windows errors.

EWin32Error is now deprecated in favor of EOSError.

See Also