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