ColorPaletteEmptyException Class

Represents the error that occurs 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

C#
public class ColorPaletteEmptyException : ObjectEmptyException

Inheritance Hierarchy

System.Object
L System.Exception
L Aurigma.GraphicsMill.GMException
L Aurigma.GraphicsMill.ObjectEmptyException
L Aurigma.GraphicsMill.ColorPaletteEmptyException

Thread Safety

Static members of this type are not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference