4 references to ServerNotAvailableException
Microsoft.Diagnostics.NETCore.Client (4)
DiagnosticsClient\EventPipeSession.cs (2)
72
throw new
ServerNotAvailableException
("Could not send Stop command. The target process may have exited.");
90
throw new
ServerNotAvailableException
("Could not send Stop command. The target process may have exited.");
DiagnosticsIpc\IpcTransport.cs (2)
501
throw new
ServerNotAvailableException
($"Process {pid} is not running.");
550
throw new
ServerNotAvailableException
(msg);