ContextTerminationException 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 ContextTerminationException

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

public class ContextTerminationException : FCException
Remarks

For example, ExitVU  throws this exception in order to terminate the current Virtual User.
See Also