3 references to TryGetErrorType
System.Net.Http (3)
System\Net\Http\DiagnosticsHandler.cs (1)
207
if (DiagnosticsHelper.
TryGetErrorType
(response, exception, out string? errorType))
System\Net\Http\Metrics\MetricsHandler.cs (1)
117
if (DiagnosticsHelper.
TryGetErrorType
(response, exception, out string? errorType))
System\Net\Http\SocketsHttpHandler\ConnectionPool\ConnectionSetupDistributedTracing.cs (1)
66
DiagnosticsHelper.
TryGetErrorType
(null, exception, out string? errorType);