Aurigma Graphics Mill 5.5 for .NET
ObjectNotOpenedException Class
This exception is thrown when you try to operate with an object which needs to be opened (like file format readers or writers), but which are not opened.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
<SerializableAttribute> _ Public Class ObjectNotOpenedException _ Inherits Exception
C#
[SerializableAttribute] public class ObjectNotOpenedException : Exception
Inheritance Hierarchy
System..::.Object
L
System..::.Exception
L
System..::.ApplicationException
L
Aurigma.GraphicsMill..::.Exception
L
Aurigma.GraphicsMill..::.ObjectNotOpenedException