Azure / azure-service-bus-dotnet

☁️ .NET Standard client library for Azure Service Bus
https://azure.microsoft.com/services/service-bus
Other
235 stars 120 forks source link

ExceptionReceivedEventArgs has no information about the incoming message #640

Open SeanFeldman opened 5 years ago

SeanFeldman commented 5 years ago

When Message Handler throws an exception, Exception Handler callback is invoked with ExceptionReceivedEventArgs supplying information required to log information for further troubleshooting. It includes endpoint, entity, exception details, name of the operation that failed, but nothing about the incoming message related to the the failure.

Please consider adding this information.