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