7 references to OnRemoteFault
System.ServiceModel (7)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
282this.OnRemoteFault(WsrmFault.CreateException(fault)); 460this.OnRemoteFault(throwException ? null : e);
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
680this.ReliableSession.OnRemoteFault(remoteFaultException);
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (2)
875this.ReliableSession.OnRemoteFault(remoteFaultException); 1246this.ReliableSession.OnRemoteFault(remoteFaultException);
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
611this.session.OnRemoteFault(new ProtocolException(SR.GetString(SR.UnsupportedTerminateSequenceExceptionString)));
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
817this.session.OnRemoteFault(remoteFaultException);