admin管理员组文章数量:1180493
I'm using MT version 8.3.0 with rabbitmq. In testing, I got this rare error message on the error queue with the below headers which I haven't been able to reproduce on demand.
This happened on a saga scheduled message when database was under heavy load.
TypeMapper property is an obsolete property, all it does is throwing the NotSupportedException.
My guess is that some process in MT tried to serialize an exception which contained the NpgsqlConnection object, perhaps before moving the message to error queue. The message and stackTrace are not related to the real exception the application threw.
How can I remove the NpgsqlConnection from the exception or stop serializing it so that I can see the real excpetion?
本文标签: netMasstransit exception serialization cause a different exception to be thrownStack Overflow
版权声明:本文标题:.net - Masstransit exception serialization cause a different exception to be thrown - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1738209060a2068747.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论