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