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