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

Namespace: yWorks.yFiles.Algorithms
Assembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.0.2

Syntax

C#
public class AlgorithmAbortedException : Exception
Visual Basic
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