C# Class ScreenToGif.ImageUtil.Decoder.GifDecoderException

Inheritance: System.Exception
Afficher le fichier Open project: dbremner/ScreenToGif

Méthodes publiques

Méthode Description
GifDecoderException ( ) : System
GifDecoderException ( System info, System context ) : System
GifDecoderException ( string message ) : System
GifDecoderException ( string message, Exception inner ) : System

Method Details

GifDecoderException() public méthode

public GifDecoderException ( ) : System
Résultat System

GifDecoderException() public méthode

public GifDecoderException ( System info, System context ) : System
info System
context System
Résultat System

GifDecoderException() public méthode

public GifDecoderException ( string message ) : System
message string
Résultat System

GifDecoderException() public méthode

public GifDecoderException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System