Exception that gets thrown by an algorithm when the thread executing the algorithm was interrupted.

Namespace: yWorks.yFiles.Algorithms
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

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

Remarks

Exception that gets thrown by an algorithm when the thread executing the algorithm was interrupted.

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    yWorks.yFiles.Algorithms..::..AlgorithmAbortedException

See Also