4 references to OnRemoteFault
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
190OnRemoteFault(WsrmFault.CreateException(fault)); 365OnRemoteFault(throwException ? null : e);
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (1)
602ReliableSession.OnRemoteFault(remoteFaultException);
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
517_session.OnRemoteFault(new ProtocolException(SRP.UnsupportedTerminateSequenceExceptionString));