IErrorHandler: A generic Fault Converter (1/2) 13 April 2009 Nick-Van-den-Abbeele In WCF, methods communicate error information by means of SOAP faults. These SOAP faults are message types which are part of the metadata of your service contracts: service operations declare the possible faults by using FaultContracts. [ServiceContract] public interface IOrderMgrService... [More]
IErrorHandler: A generic Fault Converter (1/2) 13 April 2009 Nick-Van-den-Abbeele In WCF, methods communicate error information by means of SOAP faults. These SOAP faults are message types which are part of the metadata of your service contracts: service operations declare the possible faults by using FaultContracts. [ServiceContract] public interface IOrderMgrService... [More]