4 references to ServerNotAvailableException
Microsoft.Diagnostics.NETCore.Client (4)
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 (2)
501throw new ServerNotAvailableException($"Process {pid} is not running."); 550throw new ServerNotAvailableException(msg);