In .NET, allows an implementer to control the fault message returned to the caller from a WCF service and optionally perform custom error processing such as logging.
I am basically implementing the IErrorHandler interface to catch all kinds of exceptions from the WCF service and sending it …
c# .net wcf ierrorhandlerHave been reading around on IErrorHandler and want to go the config route. so, I have read the following in …
wcf ierrorhandlerSome context: We have a custom XSD and generate the WSDL and C# code using WSCF.blue. The client side …
c# wcf xmlserializer ierrorhandler wcf-extensions