Vcl.Imaging.pngimage.EPNGCouldNotLoadResource

From RAD Studio API Documentation


EPNGCouldNotLoadResourceSystem.SysUtils.ExceptionSystem.TObject

Delphi

EPNGCouldNotLoadResource = class(Exception);

C++

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

EPNGCouldNotLoadResource is the exception raised when a resource could not be loaded.

EPNGCouldNotLoadResource is the exception raised when an attempt to load a resource from a module failed. This exception can happen either because the resource does not exist or if the referenced resource is not a valid png image.