C# Class Hjg.Pngcs.PngjOutputException

Inheritance: PngjException
ファイルを表示 Open project: devedse/DeveMazeGenerator

Public Methods

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

Method Details

PngjOutputException() public method

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

PngjOutputException() public method

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

PngjOutputException() public method

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