NUnit.Framework.Internal.TestCaseTimeoutException
TestCaseTimeoutException is thrown when a test running directly
on a TestWorker thread is cancelled due to timeout.
namespace NUnit.Framework.Internal
{
public class TestCaseTimeoutException : Exception
{
public TestCaseTimeoutException();
public TestCaseTimeoutException(string message);
public TestCaseTimeoutException(string message, Exception inner);
protected TestCaseTimeoutException(SerializationInfo info, StreamingContext context);
}
}