ScriptContextTerminationException ClassC# API
A special exception that is thrown by the eggPlant Performance engine when the current script needs to be terminated. You should never catch this exception in your script code.
Inheritance Hierarchy

System Object
  System Exception
    Facilita.Exception FCException
      Facilita.Exception ScriptContextTerminationException

Namespace: Facilita.Exception
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public class ScriptContextTerminationException : FCException
Remarks

For example, NextIteration  throws this exception in order to terminate the current iteration.
See Also