dimage v0.3.0-beta.4 (2023-02-25T23:52:15Z)
Dub
Repo
ImageFileCompressionException
dimage
exceptions
Thrown if compression error is encountered with a file.
public
class
ImageFileCompressionException :
ImageFileException
{
this
(string msg, string file, size_t line, Throwable nextInChain);
this
(string msg, Throwable nextInChain, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable nextInChain)
Undocumented in source.
this
this
(string msg, Throwable nextInChain, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
dimage
exceptions
classes
ChecksumMismatchException
ImageBoundsException
ImageFileCompressionException
ImageFileException
ImageFormatException
PaletteBoundsException
Thrown if compression error is encountered with a file.