C# Class ScreenToGif.ImageUtil.Decoder.GifDecoderException

Inheritance: System.Exception
Show file Open project: dbremner/ScreenToGif

Public Methods

Method Description
GifDecoderException ( ) : System
GifDecoderException ( System info, System context ) : System
GifDecoderException ( string message ) : System
GifDecoderException ( string message, Exception inner ) : System

Method Details

GifDecoderException() public method

public GifDecoderException ( ) : System
return System

GifDecoderException() public method

public GifDecoderException ( System info, System context ) : System
info System
context System
return System

GifDecoderException() public method

public GifDecoderException ( string message ) : System
message string
return System

GifDecoderException() public method

public GifDecoderException ( string message, Exception inner ) : System
message string
inner System.Exception
return System