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

OperationNotCompletedException Class

This exception is thrown when you try to run an operation which is already running, or influence it in the way which is not allowed until operation is not completed.

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

Syntax

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

Remarks

For example, if you try to change SynchronizationMode property when operation is running, you will get this exception.

Inheritance Hierarchy

System.Object
L System.Exception
L System.ApplicationException
L Aurigma.GraphicsMill.Exception
L Aurigma.GraphicsMill.OperationNotCompletedException

See Also

Reference