C# Class Hjg.Pngcs.PngjInputException

Inheritance: PngjException
Show file Open project: devedse/DeveMazeGenerator

Public Methods

Method Description
PngjInputException ( Exception cause ) : System
PngjInputException ( String message ) : System
PngjInputException ( String message, Exception cause ) : System

Method Details

PngjInputException() public method

public PngjInputException ( Exception cause ) : System
cause System.Exception
return System

PngjInputException() public method

public PngjInputException ( String message ) : System
message String
return System

PngjInputException() public method

public PngjInputException ( String message, Exception cause ) : System
message String
cause System.Exception
return System