Table of Contents

Class GifImageException

Namespace
Aspose.Imaging.CoreExceptions.ImageFormats
Assembly
Aspose.Imaging.dll

The Gif image exception.

public class GifImageException : ImageException, ISerializable
Inheritance
GifImageException
Implements
Inherited Members

Constructors

GifImageException(string)

Initializes a new instance of the GifImageException class.

public GifImageException(string message)

Parameters

message string

The exception message.

GifImageException(string, Exception)

Initializes a new instance of the GifImageException class.

public GifImageException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.