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