The exception which is thrown when you try to manipulate with empty bitmap (which has not any data loaded yet).

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

Syntax

Visual Basic

<SerializableAttribute> _
Public Class BitmapEmptyException _
	Inherits ObjectEmptyException

C#

[SerializableAttribute]
public class BitmapEmptyException : ObjectEmptyException