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