Table of Contents

Class TestCaseTimeoutException

Namespace
NUnit.Framework.Internal
Assembly
nunit.framework.dll

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 SerializationInfo
context StreamingContext

TestCaseTimeoutException(string)

Initializes a new instance of the TestCaseTimeoutException class.

public TestCaseTimeoutException(string message)

Parameters

message string

The message.

TestCaseTimeoutException(string, Exception)

Initializes a new instance of the TestCaseTimeoutException class.

public TestCaseTimeoutException(string message, Exception inner)

Parameters

message string

The message.

inner Exception

The inner.