4 references to DiagnosticsClientException
Microsoft.Diagnostics.NETCore.Client (4)
DiagnosticsClient\DiagnosticsClientExceptions.cs (3)
17public UnsupportedProtocolException(string msg) : base(msg) { } 23public ServerNotAvailableException(string msg) : base(msg) { } 30public ServerErrorException(string msg) : base(msg) { }
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (1)
1387throw new DiagnosticsClientException("ReverseDiagnosticServer disconnect detected.");