From 85f6a4f0e87e53c11126de007a29999ab334915f Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Mon, 20 Oct 2025 21:06:42 +0300 Subject: Fixerd issue with assembly binding. --- .../Tango.Telemetry/Destinations/TelemetryAzureHubDestination.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Tango.Telemetry/Destinations/TelemetryAzureHubDestination.cs') diff --git a/Software/Visual_Studio/Tango.Telemetry/Destinations/TelemetryAzureHubDestination.cs b/Software/Visual_Studio/Tango.Telemetry/Destinations/TelemetryAzureHubDestination.cs index 349655c54..5d64b66d5 100644 --- a/Software/Visual_Studio/Tango.Telemetry/Destinations/TelemetryAzureHubDestination.cs +++ b/Software/Visual_Studio/Tango.Telemetry/Destinations/TelemetryAzureHubDestination.cs @@ -185,7 +185,7 @@ namespace Tango.Telemetry.Destinations await _hubClient.SendEventAsync(message); } } - catch (Exception) + catch (Exception ex) { _hubClient?.Dispose(); _hubClient = null; -- cgit v1.3.1