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

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); } }