This documentation is for the old version. Go to the latest Graphics Mill docs

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

See Also

Reference