diff options
| author | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-10-20 21:06:42 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-10-20 21:06:42 +0300 |
| commit | 85f6a4f0e87e53c11126de007a29999ab334915f (patch) | |
| tree | 677a68a640165a5b654e59b294ba07d8c8659c25 /Software/Visual_Studio/Tango.Telemetry/Destinations/TelemetryAzureHubDestination.cs | |
| parent | 790dc0e313cc5ef2a3943875eaedef7d0777d352 (diff) | |
| download | Tango-85f6a4f0e87e53c11126de007a29999ab334915f.tar.gz Tango-85f6a4f0e87e53c11126de007a29999ab334915f.zip | |
Fixerd issue with assembly binding.
Diffstat (limited to 'Software/Visual_Studio/Tango.Telemetry/Destinations/TelemetryAzureHubDestination.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Telemetry/Destinations/TelemetryAzureHubDestination.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
