Using various ways to handle wcf exceptions
In this repo, i m using various ways in order to handle wcf exceptions :
✒️ Example01 : the Api may throw .net exceptions and the App catch them as unhandled fault exceptions.
✒️ Example02 : the Api may throw soap exceptions and the App catch them as custom fault exceptions.
✒️ Example03 : the Api use a global error handler and the App catch them as custom fault exceptions.
Tools : net 6.0, wcf-core