Table of Contents

Class InconclusiveException

Namespace
NUnit.Framework
Assembly
nunit.framework.dll

Thrown when a test executes inconclusively.

public class InconclusiveException : ResultStateException, ISerializable
Inheritance
InconclusiveException
Implements
Inherited Members

Constructors

InconclusiveException(SerializationInfo, StreamingContext)

Serialization Constructor

protected InconclusiveException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

InconclusiveException(string)

public InconclusiveException(string message)

Parameters

message string

The error message that explains the reason for the exception

InconclusiveException(string, Exception)

public InconclusiveException(string message, Exception inner)

Parameters

message string

The error message that explains the reason for the exception

inner Exception

The exception that caused the current exception

Properties

ResultState

Gets the ResultState provided by this exception

public override ResultState ResultState { get; }

Property Value

ResultState