The exception type used by the Gallio assertion framework to signal assertion failures.

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

Syntax

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

Inheritance Hierarchy

See Also