C# Class Hjg.Pngcs.PngjOutputException

Inheritance: PngjException
Afficher le fichier Open project: devedse/DeveMazeGenerator

Méthodes publiques

Méthode Description
PngjOutputException ( Exception cause ) : System
PngjOutputException ( String message ) : System
PngjOutputException ( String message, Exception cause ) : System

Method Details

PngjOutputException() public méthode

public PngjOutputException ( Exception cause ) : System
cause System.Exception
Résultat System

PngjOutputException() public méthode

public PngjOutputException ( String message ) : System
message String
Résultat System

PngjOutputException() public méthode

public PngjOutputException ( String message, Exception cause ) : System
message String
cause System.Exception
Résultat System