NUnit.Framework.InconclusiveException
Thrown when a test executes inconclusively.
namespace NUnit.
Framework
{
public class InconclusiveException :
ResultStateException
{
public InconclusiveException(
string message);
public InconclusiveException(
string message,
Exception inner);
}
}