PngCs  1.1.4
A C# library for read/write PNG images
Public Member Functions | List of all members
Hjg.Pngcs.PngjException Class Reference

Gral exception class for PNGCS library More...

Inherits Exception.

Inherited by Hjg.Pngcs.PngjBadCrcException, Hjg.Pngcs.PngjInputException, and Hjg.Pngcs.PngjOutputException.

Public Member Functions

 PngjException (String message, Exception cause)
 
 PngjException (String message)
 
 PngjException (Exception cause)
 

Detailed Description

Gral exception class for PNGCS library

Constructor & Destructor Documentation

Hjg.Pngcs.PngjException.PngjException ( String  message,
Exception  cause 
)
Hjg.Pngcs.PngjException.PngjException ( String  message)
Hjg.Pngcs.PngjException.PngjException ( Exception  cause)