System.ZLib.EZLibError

From RAD Studio API Documentation

EZLibErrorSystem.SysUtils.ExceptionSystem.TObject

Delphi

EZLibError = class(Exception);

C++

class PASCALIMPLEMENTATION EZLibError : public System::Sysutils::Exception

Properties

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

Description

Exception class for ZLib run-time errors.

EZLibError is the exception class for all ZLib run-time errors that might occur while compressing or decompressing data.

See Also