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

ObjectEmptyException Class

This is a base class for exceptions raised when empty object (like bitmap or color palette) is accessed.

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

Syntax

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

Inheritance Hierarchy

See Also

Reference