GIFDecoderFormatException Class

Definition

Exception thrown when GIF data format is invalid.

public ref class GIFDecoderFormatException : Exception
public class GIFDecoderFormatException : Exception
type GIFDecoderFormatException = class
    inherit Exception
Public Class GIFDecoderFormatException
Inherits Exception
Inheritance
GIFDecoderFormatException

Constructors

Name Description
GIFDecoderFormatException()

Creates a new GIFDecoderFormatException.

GIFDecoderFormatException(String, Exception)

Creates a new GIFDecoderFormatException with the specified message and inner exception.

GIFDecoderFormatException(String)

Creates a new GIFDecoderFormatException with the specified message.

Applies to