C# Class Hjg.Pngcs.PngjInputException

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

Méthodes publiques

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

Method Details

PngjInputException() public méthode

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

PngjInputException() public méthode

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

PngjInputException() public méthode

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