Aurigma Graphics Mill 5.5 for .NET
CMOpenProfileException Class
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
Inheritance Hierarchy
System..::.Object
L
System..::.Exception
L
System..::.ApplicationException
L
Aurigma.GraphicsMill..::.Exception
L
Aurigma.GraphicsMill..::.CMException
L
Aurigma.GraphicsMill..::.CMOpenProfileException