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

CMTransformException Class

This exception is thrown if some errors encountered during some color space transform made by color management module.

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

Syntax

Visual Basic
<SerializableAttribute> _
Public Class CMTransformException _
	Inherits CMException
C#
[SerializableAttribute]
public class CMTransformException : CMException

Inheritance Hierarchy

See Also

Reference