Unsupported image format exception.
Namespace:
AForge.ImagingAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
| C# |
|---|
public class UnsupportedImageFormatException : ArgumentException |
Remarks
The unsupported image format exception is thrown in the case when user passes an image of certain format to an image processing routine, which does not support the format. Check documentation of image the image processing routine to discover which formats are supported by the routine.
Inheritance Hierarchy
System..::.Object
System..::.Exception
System..::.SystemException
System..::.ArgumentException
AForge.Imaging..::.UnsupportedImageFormatException
System..::.Exception
System..::.SystemException
System..::.ArgumentException
AForge.Imaging..::.UnsupportedImageFormatException