API:System.ZLib.EZCompressionError

From RAD Studio API Documentation

EZCompressionErrorSystem.ZLib.EZLibErrorSystem.SysUtils.ExceptionSystem.TObject

Delphi

EZCompressionError = class(EZLibError);

C++

class PASCALIMPLEMENTATION EZCompressionError : public EZLibError

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. {{#multireplace:System.ZLib.EZCompressionError|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.ZLib.EZLibError|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.ZLib.EZLibError|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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