3 references to GetFaultException
System.ServiceModel (3)
System\ServiceModel\Channels\FramingChannels.cs (2)
970
FaultStringDecoder.
GetFaultException
(decoder.Fault, via.ToString(), contentType));
1135
FaultStringDecoder.
GetFaultException
(decoder.Fault, via.ToString(), contentType));
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
1582
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(FaultStringDecoder.
GetFaultException
(decoder.Fault, channel.RemoteAddress.Uri.ToString(), messageEncoder.ContentType));