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.
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.