Class InconclusiveException
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
SerializationInfocontext
StreamingContext
InconclusiveException(string)
public InconclusiveException(string message)
Parameters
message
stringThe error message that explains the reason for the exception
InconclusiveException(string, Exception)
public InconclusiveException(string message, Exception inner)
Parameters
message
stringThe error message that explains the reason for the exception
inner
ExceptionThe exception that caused the current exception
Properties
ResultState
Gets the ResultState provided by this exception
public override ResultState ResultState { get; }