2 types derived from ServerErrorException
Microsoft.Diagnostics.NETCore.Client (2)
DiagnosticsClient\DiagnosticsClientExceptions.cs (2)
34
public class UnsupportedCommandException :
ServerErrorException
40
public class ProfilerAlreadyActiveException :
ServerErrorException
4 instantiations of ServerErrorException
Microsoft.Diagnostics.NETCore.Client (4)
DiagnosticsClient\DiagnosticsClient.cs (3)
884
throw new
ServerErrorException
($"{operationName} failed - The runtime must be suspended for this command.");
905
throw new
ServerErrorException
(message);
908
throw new
ServerErrorException
($"{operationName} failed - Server responded with unknown response.");
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (1)
1427
throw new
ServerErrorException
("Failed to retrieve runtime process info.");