6 references to ServerErrorException
Microsoft.Diagnostics.NETCore.Client (6)
DiagnosticsClient\DiagnosticsClient.cs (3)
884throw new ServerErrorException($"{operationName} failed - The runtime must be suspended for this command."); 905throw new ServerErrorException(message); 908throw new ServerErrorException($"{operationName} failed - Server responded with unknown response.");
DiagnosticsClient\DiagnosticsClientExceptions.cs (2)
36public UnsupportedCommandException(string msg) : base(msg) { } 42public ProfilerAlreadyActiveException(string msg) : base(msg) { }
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (1)
1427throw new ServerErrorException("Failed to retrieve runtime process info.");