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

AbortedException Class

The exception which is thrown when user aborts the operation.

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

Syntax

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

Inheritance Hierarchy

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference