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