Vcl.Imaging.GIFImg.GIFException

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Graphics.EInvalidGraphicSystem.SysUtils.ExceptionSystem.TObjectGIFException

Delphi

GIFException = class(EInvalidGraphic);

C++

class PASCALIMPLEMENTATION GIFException : public Vcl::Graphics::EInvalidGraphic

Properties

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

Description

Used to raise exceptions when handling GIF image files.

GIFException is the exception class used for raising exceptions when handling GIF image files.

See Also