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