3 types derived from DiagnosticsClientException
Microsoft.Diagnostics.NETCore.Client (3)
DiagnosticsClient\DiagnosticsClientExceptions.cs (3)
15public class UnsupportedProtocolException : DiagnosticsClientException 21public class ServerNotAvailableException : DiagnosticsClientException 28public class ServerErrorException : DiagnosticsClientException
2 instantiations of DiagnosticsClientException
Microsoft.Diagnostics.NETCore.Client (2)
DiagnosticsClient\DiagnosticsClient.cs (1)
444throw new DiagnosticsClientException($"Enumerating {PidIpcEndpoint.IpcRootPath} is not authorized", ex);
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (1)
1387throw new DiagnosticsClientException("ReverseDiagnosticServer disconnect detected.");