NUnit.Framework.InconclusiveException public class InconclusiveException : ResultStateException Thrown when a test executes inconclusively. Documentation Code namespace NUnit.Framework { public class InconclusiveException : ResultStateException { public InconclusiveException(string message); public InconclusiveException(string message, Exception inner); protected InconclusiveException(SerializationInfo info, StreamingContext context); } }