API:System.ZLib.EZCompressionError

From RAD Studio API Documentation
Jump to: navigation, search

System.ZLib.EZLibErrorSystem.SysUtils.ExceptionSystem.TObjectEZCompressionError

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.

System.ZLib.EZCompressionError inherits from System.ZLib.EZLibError. All content below this line refers to System.ZLib.EZLibError.

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