Invalid image properties exception.
Namespace:
AForge.ImagingAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
public class InvalidImagePropertiesException : ArgumentException |
Remarks
The invalid image properties exception is thrown in the case when user provides an image with certain properties, which are treated as invalid by particular image processing routine. Another case when this exception is thrown is the case when user tries to access some properties of an image (or of a recently processed image by some routine), which are not valid for that image.
Inheritance Hierarchy
System..::.Object
System..::.Exception
System..::.SystemException
System..::.ArgumentException
AForge.Imaging..::.InvalidImagePropertiesException
System..::.Exception
System..::.SystemException
System..::.ArgumentException
AForge.Imaging..::.InvalidImagePropertiesException