This exception type is used to signal that a test has been terminated with a particular outcome.

Namespace:  Gallio.Framework
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
[SerializableAttribute]
public class TestTerminatedException : TestException
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class TestTerminatedException _
	Inherits TestException

Remarks

The exception message, if present, should explain the reason that the test was terminated.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Gallio.Framework..::.TestException
      Gallio.Framework..::.TestTerminatedException
        Gallio.Framework..::.SilentTestException

See Also