4 references to FaultException
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1069throw DiagnosticUtility.ExceptionUtility.ThrowHelperWarning(new FaultException(fault, action));
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\FaultFormatter.cs (2)
63return new FaultException(messageFault, action); 133return new FaultException(messageFault, action);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\XmlSerializerFaultFormatter.cs (1)
113return new FaultException(messageFault, action);