The exception type used by the Gallio assertion framework to signal assertion failures.
Namespace:
Gallio.Framework.AssertionsAssembly: 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
System..::.Object
System..::.Exception
Gallio.Framework..::.TestException
Gallio.Framework..::.TestFailedException
Gallio.Framework.Assertions..::.AssertionException
Gallio.Framework.Assertions..::.AssertionFailureException
System..::.Exception
Gallio.Framework..::.TestException
Gallio.Framework..::.TestFailedException
Gallio.Framework.Assertions..::.AssertionException
Gallio.Framework.Assertions..::.AssertionFailureException
