WCF Shared Exception Handling Approach

In one of the projects we are using WCF as a gateway that routes or aggregates messages to or from other services. We are trying to keep the business logic implementation away from this layer and move it to the backend and use it more as a way to provide a canonical interface for other clients. We stumbled upon a situation that we required to pass the exceptions from one service to other services....

March 18, 2014 · 4 min · Amir Mohtasebi
Mastodon