C# Class Hjg.Pngcs.PngjBadCrcException

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

Public Methods

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

Method Details

PngjBadCrcException() public method

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

PngjBadCrcException() public method

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