ResultStateException public abstract class ResultStateException : Exception Abstract base for Exceptions that terminate a test and provide a ResultState. Documentation Code public abstract ResultState ResultState { get; } Gets the ResultState provided by this exception protected ResultStateException(string message) public ResultStateException(string message, Exception inner) protected ResultStateException(SerializationInfo info, StreamingContext context) Serialization Constructor