This documentation is for the old version. Go to the latest Graphics Mill docs

ObjectLockedException Class

This exception is thrown when you try to use a locked object in synchronous mode.

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

Syntax

Visual Basic
<SerializableAttribute> _
Public Class ObjectLockedException _
	Inherits Exception
C#
[SerializableAttribute]
public class ObjectLockedException : Exception

Remarks

If you try to use a locked object in asynchronous mode, the calling thread will stop and wait until the object will be unlocked.

Inheritance Hierarchy

See Also

Reference