<PackageReference Include="NUnit" Version="3.7.1" />

TestCaseTimeoutException

TestCaseTimeoutException is thrown when a test running directly on a TestWorker thread is cancelled due to timeout.

Initializes a new instance of the TestCaseTimeoutException class.

public TestCaseTimeoutException(string message)

Initializes a new instance of the TestCaseTimeoutException class.

public TestCaseTimeoutException(string message, Exception inner)

Initializes a new instance of the TestCaseTimeoutException class.

Serialization Constructor