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.