rabbitmq-dotnet-client
rabbitmq-dotnet-client copied to clipboard
Do not create exceptions just for logging
Describe the bug
Some exceptions are being created just for logging here and here
Reproduction steps
Just log the error. No need for an exception.
But, if it's really needed, don't use System.Exception: see #1439
Expected behavior
No exception is created just for logging.
Additional context
No response