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