Skip to content

GifDecodeException

Namespace: O2S.Components.PDF4NET.Imaging.Gif

Defines an exception that is thrown when a GIF image cannot be decoded.

public class GifDecodeException : O2S.Components.PDF4NET.Imaging.PDFImageDecodeException

Inheritance ObjectExceptionPDFExceptionPDFImageDecodeExceptionGifDecodeException
Implements

Constructors

GifDecodeException(String)

Initializes a new GifDecodeException object.

public GifDecodeException(string message)

Parameters

message String
The exception message.


Properties

Data

public IDictionary Data { get; }

Property Value

IDictionary


public string HelpLink { get; set; }

Property Value

String


HResult

public int HResult { get; set; }

Property Value

Int32


InnerException

public Exception InnerException { get; }

Property Value

Exception


Message

public string Message { get; }

Property Value

String


Source

public string Source { get; set; }

Property Value

String


StackTrace

public string StackTrace { get; }

Property Value

String


TargetSite

public MethodBase TargetSite { get; }

Property Value

MethodBase