2 references to CreateFault
System.ServiceModel (2)
System\ServiceModel\FaultException.cs (1)
181return CreateFault(messageFault, null, faultDetailTypes);
System\ServiceModel\Security\WSTrustChannel.cs (1)
402FaultException faultException = FaultException.CreateFault(fault, action);