Aurigma Graphics Mill 5.5 for .NET
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
System..::.Object
L
System..::.Exception
L
System..::.ApplicationException
L
Aurigma.GraphicsMill..::.Exception
L
Aurigma.GraphicsMill..::.ObjectEmptyException
L
Aurigma.GraphicsMill..::.ColorPaletteEmptyException