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

ColorPaletteEmptyException Class

This exception is thrown when you try to operate with empty palette (which is either null or has no any entries).

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

Syntax

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

Inheritance Hierarchy

See Also

Reference