28 references to OnLocalFault
System.ServiceModel.Primitives (28)
System\ServiceModel\Channels\ChannelReliableSession.cs (7)
279OnLocalFault(e, fault, null); 319OnLocalFault(throwException ? null : e, fault, context); 430OnLocalFault(null, fault, context); 435OnLocalFault(fault.CreateException(), fault, context); 512OnLocalFault(null, fault, context); 517OnLocalFault(fault.CreateException(), fault, context); 796OnLocalFault(null, fault, null);
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (6)
535ReliableSession.OnLocalFault(fault.CreateException(), fault, null); 689ReliableSession.OnLocalFault(exception, SequenceTerminatedFault.CreateQuotaExceededFault(ReliableSession.OutputID), null); 777ReliableSession.OnLocalFault(null, SequenceTerminatedFault.CreateCommunicationFault(ReliableSession.OutputID, SRP.CloseOutputSessionErrorReason, null), null); 804ReliableSession.OnLocalFault(faultException, fault, null); 836ReliableSession.OnLocalFault(new CommunicationException(SRP.MaximumRetryCountExceeded, _maxRetryCountException), 1031ReliableSession.OnLocalFault(null, fault, null);
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
2177session.OnLocalFault(fault.CreateException(), fault, context);
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (5)
217_session.OnLocalFault(exception, SequenceTerminatedFault.CreateQuotaExceededFault(_session.OutputID), null); 287_session.OnLocalFault(new CommunicationException(SRP.MaximumRetryCountExceeded, _maxRetryCountException), 303_session.OnLocalFault(faultException, fault, null); 418ReliableSession.OnLocalFault(null, fault, null); 558_session.OnLocalFault(fault.CreateException(), fault, null);
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (9)
226session.OnLocalFault(exception, SequenceTerminatedFault.CreateQuotaExceededFault(session.OutputID), null); 285session.OnLocalFault(new CommunicationException(SRP.MaximumRetryCountExceeded, maxRetryCountException), 336session.OnLocalFault(faultException, fault, null); 455session.OnLocalFault(null, fault, null); 509session.OnLocalFault(fault.CreateException(), fault, null); 523session.OnLocalFault(fault.CreateException(), fault, null); 539session.OnLocalFault(fault.CreateException(), fault, null); 553session.OnLocalFault(fault.CreateException(), fault, null); 831_parent.session.OnLocalFault(null, fault, null);