6 instantiations of ServerNotAvailableException
Microsoft.Diagnostics.NETCore.Client (6)
DiagnosticsClient\EventPipeSession.cs (2)
72throw new ServerNotAvailableException("Could not send Stop command. The target process may have exited."); 90throw new ServerNotAvailableException("Could not send Stop command. The target process may have exited.");
DiagnosticsIpc\IpcTransport.cs (4)
96throw new ServerNotAvailableException($"Unable to connect to the server. {ex.Message}", ex); 134throw new ServerNotAvailableException($"Unable to connect to the server. {ex.Message}", ex); 501throw new ServerNotAvailableException($"Process {pid} is not running."); 550throw new ServerNotAvailableException(msg);