2 instantiations of RuntimeTimeoutException
Microsoft.Diagnostics.NETCore.Client (2)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (2)
245
throw new
RuntimeTimeoutException
(RuntimeTimeoutMs);
484
throw new
RuntimeTimeoutException
(TcpClientTimeoutMs);
1 reference to RuntimeTimeoutException
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsServerRouter\DiagnosticsServerRouterRunner.cs (1)
134
if (ex is
RuntimeTimeoutException
)