Aurigma Graphics Mill 5.5 for .NET
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
System..::.Object
L
System..::.Exception
L
System..::.ApplicationException
L
Aurigma.GraphicsMill..::.Exception
L
Aurigma.GraphicsMill..::.ObjectLockedException