When HttpClient call fails with an exception (like network issue), DiagnosticSource sends Exception events.
This event should be ignored: likely exception is handled, corresponding HTTP request is logged with error and it just creates noise.
Unhandled exceptions are tracked through ASP.NET Core, GenericHost, WebJob extensions, loggers, etc....