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

Exception associated with input (reading) operations More...

Inherits Hjg.Pngcs.PngjException.

Public Member Functions

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

Detailed Description

Exception associated with input (reading) operations

Constructor & Destructor Documentation

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