Vcl.Imaging.pngimage.EPngUnexpectedEnd

From RAD Studio API Documentation
Jump to: navigation, search


System.SysUtils.ExceptionSystem.TObjectEPngUnexpectedEnd

Delphi

EPngUnexpectedEnd = class(Exception);

C++

class PASCALIMPLEMENTATION EPngUnexpectedEnd : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
Vcl.Imaging.pngimage.pas
Vcl.Imaging.pngimage.hpp
Vcl.Imaging.pngimage Vcl.Imaging.pngimage

Description

EPngUnexpectedEnd is the exception raised for an incorrect png image file.

EPngUnexpectedEnd is the exception raised when the read png image file is not correctly terminated.