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