Class TestCaseTimeoutException
TestCaseTimeoutException is thrown when a test running directly on a TestWorker thread is cancelled due to timeout.
public class TestCaseTimeoutException : Exception, ISerializable
- Inheritance
-
TestCaseTimeoutException
- Implements
- Inherited Members
- Extension Methods
Constructors
TestCaseTimeoutException()
Initializes a new instance of the TestCaseTimeoutException class.
public TestCaseTimeoutException()
TestCaseTimeoutException(SerializationInfo, StreamingContext)
Serialization Constructor
protected TestCaseTimeoutException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
TestCaseTimeoutException(string)
Initializes a new instance of the TestCaseTimeoutException class.
public TestCaseTimeoutException(string message)
Parameters
message
stringThe message.
TestCaseTimeoutException(string, Exception)
Initializes a new instance of the TestCaseTimeoutException class.
public TestCaseTimeoutException(string message, Exception inner)