Dears,
I need your support and suggestions to find solution in my situation.
1- We have many applications (Web, Win Service, WCF, Win App, ...) hosted on many servers.
2- Every application handles and logs exception by itself.
3- I need to centralize and unify the exception handling across applications via pathing the exception to (WCF, Web Service or MSMQ).
My Tries
WCF: I can't serialize exception object from client to service.
Web Method : the same WCF
MSMQ: I can serialize exception object but i lose TargetSite property that holds method reflection.
Any ideas would be appreciated.
Go to the complete details ...