System.ZLib.EZLibError
Error: Image is invalid or non-existent.
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.