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