InvalidImageFormatException class

InvalidImageFormatException class

The exception that is thrown when trying to open, load, save or process somehow else some content, that presumably is an image (raster or vector), but actually is an image of unexpected and/or unsupported format or not an image at all.

The InvalidImageFormatException type exposes the following members:

Constructors

Constructor Description
init Creates new instance of InvalidImageFormatException with specified error message

See Also