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