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
stringThe exception message.
GifImageException(string, Exception)
Initializes a new instance of the GifImageException class.
public GifImageException(string message, Exception innerException)