Class InconclusiveException
Thrown when a test executes inconclusively.
Implements
Inherited Members
Namespace: NUnit.Framework
Assembly: nunit.framework.dll
Syntax
public class InconclusiveException : ResultStateException, ISerializable
Constructors
View SourceInconclusiveException(SerializationInfo, StreamingContext)
Serialization Constructor
Declaration
protected InconclusiveException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
InconclusiveException(string)
Declaration
public InconclusiveException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message that explains the reason for the exception |
InconclusiveException(string, Exception?)
Declaration
public InconclusiveException(string message, Exception? inner)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message that explains the reason for the exception |
Exception | inner | The exception that caused the current exception |
Properties
View SourceResultState
Gets the ResultState provided by this exception
Declaration
public override ResultState ResultState { get; }
Property Value
Type | Description |
---|---|
ResultState |