Vcl.Imaging.pngimage.EPngInvalidCRC

From RAD Studio API Documentation
Jump to: navigation, search


System.SysUtils.ExceptionSystem.TObjectEPngInvalidCRC

Delphi

EPngInvalidCRC = class(Exception);

C++

class PASCALIMPLEMENTATION EPngInvalidCRC : 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

EPngInvalidCRC is the exception raised when the check-sum check for a png file failed.

EPngInvalidCRC is the exception raised when the calculated CRC check-sum does not correspond to the one stored in the image file. EPngInvalidCRC usually denotes a corrupted png file.