We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a216172 commit 7ba6d35Copy full SHA for 7ba6d35
ExtLibs/Comms/CommsInjection.cs
@@ -60,7 +60,7 @@ public int Read(byte[] buffer, int offset, int count)
60
{
61
Thread.Sleep(1);
62
if (counttimeout > ReadTimeout)
63
- throw new Exception("CommsInjection Timeout on read");
+ throw new TimeoutException("CommsInjection Timeout on read");
64
counttimeout++;
65
}
66
0 commit comments