API:System.ZLib.EZDecompressionError

From RAD Studio API Documentation
Jump to: navigation, search

System.ZLib.EZLibErrorSystem.SysUtils.ExceptionSystem.TObjectEZDecompressionError

Delphi

EZDecompressionError = class(EZLibError);

C++

class PASCALIMPLEMENTATION EZDecompressionError : 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.EZDecompressionError 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