This exception type is used to signal a test outcome silently without logging the exception.

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

Syntax

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

Inheritance Hierarchy

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

See Also