This exception is thrown when Graphics Mill for .NET tries to open a color profile from file, but fails for some reason (e.g. file not found, access is denied, profile is corrupted, or any other).

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic

<SerializableAttribute> _
Public Class CMOpenProfileException _
	Inherits CMException

C#

[SerializableAttribute]
public class CMOpenProfileException : CMException