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