C# Class Hjg.Pngcs.PngjException

Inheritance: Exception
Show file Open project: devedse/DeveMazeGenerator

Public Methods

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

Method Details

PngjException() public method

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

PngjException() public method

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