This exception type is used to signal that a test has not produced a conclusive
pass or fail result.
Namespace:
Gallio.FrameworkAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
[SerializableAttribute] public class TestInconclusiveException : TestException |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class TestInconclusiveException _ Inherits TestException |
Remarks
The exception message, if present, should explain the reason no conclusive result was obtained.
Inheritance Hierarchy
System..::.Object
System..::.Exception
Gallio.Framework..::.TestException
Gallio.Framework..::.TestInconclusiveException
System..::.Exception
Gallio.Framework..::.TestException
Gallio.Framework..::.TestInconclusiveException
