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)
<SerializableAttribute> _
Public Class ObjectNotOpenedException _
Inherits Exception
[SerializableAttribute]
public class ObjectNotOpenedException : Exception