Aurigma Graphics Mill 5.5 for .NET
CMInappropriateProfileException Class
This exception is thrown when you try to specify a color profile which does not conform target color space.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
<SerializableAttribute> _ Public Class CMInappropriateProfileException _ Inherits CMException
C#
[SerializableAttribute] public class CMInappropriateProfileException : CMException
Remarks
For example, you will get this exception when you assign RGB color profile to CmykColorProfile property.
Inheritance Hierarchy
System..::.Object
L
System..::.Exception
L
System..::.ApplicationException
L
Aurigma.GraphicsMill..::.Exception
L
Aurigma.GraphicsMill..::.CMException
L
Aurigma.GraphicsMill..::.CMInappropriateProfileException