2 references to DiagnosticsClientException
Microsoft.Diagnostics.NETCore.Client (2)
DiagnosticsClient\DiagnosticsClient.cs (1)
444
throw new
DiagnosticsClientException
($"Enumerating {PidIpcEndpoint.IpcRootPath} is not authorized", ex);
DiagnosticsClient\DiagnosticsClientExceptions.cs (1)
24
public ServerNotAvailableException(string msg, Exception exception) :
base
(msg, exception) { }