6 instantiations of ServerNotAvailableException
Microsoft.Diagnostics.NETCore.Client (6)
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 (4)
96
throw new
ServerNotAvailableException
($"Unable to connect to the server. {ex.Message}", ex);
134
throw new
ServerNotAvailableException
($"Unable to connect to the server. {ex.Message}", ex);
501
throw new
ServerNotAvailableException
($"Process {pid} is not running.");
550
throw new
ServerNotAvailableException
(msg);