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