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

Exception for CRC check More...

Inherits Hjg.Pngcs.PngjException.

Public Member Functions

 PngjBadCrcException (String message, Exception cause)
 
 PngjBadCrcException (String message)
 
 PngjBadCrcException (Exception cause)
 
- Public Member Functions inherited from Hjg.Pngcs.PngjException
 PngjException (String message, Exception cause)
 
 PngjException (String message)
 
 PngjException (Exception cause)
 

Detailed Description

Exception for CRC check

Constructor & Destructor Documentation

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