42 references to OnLocalFault
System.ServiceModel (42)
System\ServiceModel\Channels\ChannelReliableSession.cs (7)
372OnLocalFault(e, fault, null); 414this.OnLocalFault(throwException ? null : e, fault, context); 525this.OnLocalFault(null, fault, context); 530this.OnLocalFault(fault.CreateException(), fault, context); 607this.OnLocalFault(null, fault, context); 612this.OnLocalFault(fault.CreateException(), fault, context); 925this.OnLocalFault(null, fault, null);
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (9)
613this.session.OnLocalFault(fault.CreateException(), fault, null); 788this.session.OnLocalFault(null, SequenceTerminatedFault.CreateCommunicationFault(this.session.OutputID, SR.GetString(SR.CloseOutputSessionErrorReason), null), null); 874this.session.OnLocalFault(new CommunicationException(SR.GetString(SR.MaximumRetryCountExceeded), this.maxRetryCountException), 925this.session.OnLocalFault(exception, SequenceTerminatedFault.CreateQuotaExceededFault(this.session.OutputID), null); 1003this.session.OnLocalFault(null, SequenceTerminatedFault.CreateCommunicationFault(this.session.OutputID, SR.GetString(SR.CloseOutputSessionErrorReason), null), null); 1030this.session.OnLocalFault(faultException, fault, null); 1061this.session.OnLocalFault(null, SequenceTerminatedFault.CreateCommunicationFault(this.session.OutputID, SR.GetString(SR.CloseOutputSessionErrorReason), null), null); 1121this.session.OnLocalFault(new CommunicationException(SR.GetString(SR.MaximumRetryCountExceeded), this.maxRetryCountException), 1417this.session.OnLocalFault(null, fault, null);
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (4)
310this.session.OnLocalFault(exception, SequenceTerminatedFault.CreateQuotaExceededFault(this.session.OutputID), null); 402this.session.OnLocalFault(null, fault, null); 820this.ReliableSession.OnLocalFault(fault.CreateException(), fault, null); 1216this.ReliableSession.OnLocalFault(fault.CreateException(), fault, context);
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
3645session.OnLocalFault(fault.CreateException(), fault, context);
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (6)
268this.session.OnLocalFault(exception, SequenceTerminatedFault.CreateQuotaExceededFault(this.session.OutputID), null); 351this.session.OnLocalFault(new CommunicationException(SR.GetString(SR.MaximumRetryCountExceeded), this.maxRetryCountException), 371this.session.OnLocalFault(new CommunicationException(SR.GetString(SR.MaximumRetryCountExceeded), this.maxRetryCountException), 397this.session.OnLocalFault(faultException, fault, null); 512this.ReliableSession.OnLocalFault(null, fault, null); 652this.session.OnLocalFault(fault.CreateException(), fault, null);
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (5)
823this.session.OnLocalFault(fault.CreateException(), fault, context); 972this.session.OnLocalFault(fault.CreateException(), fault, context); 1133this.session.OnLocalFault(fault.CreateException(), fault, context); 1207this.session.OnLocalFault(fault.CreateException(), fault, context); 1308this.session.OnLocalFault(null, fault, null);
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (10)
290this.session.OnLocalFault(exception, SequenceTerminatedFault.CreateQuotaExceededFault(this.session.OutputID), null); 343this.session.OnLocalFault(new CommunicationException(SR.GetString(SR.MaximumRetryCountExceeded), this.maxRetryCountException), 406this.session.OnLocalFault(new CommunicationException(SR.GetString(SR.MaximumRetryCountExceeded), this.maxRetryCountException), 467this.session.OnLocalFault(faultException, fault, null); 595this.session.OnLocalFault(null, fault, null); 649this.session.OnLocalFault(fault.CreateException(), fault, null); 663this.session.OnLocalFault(fault.CreateException(), fault, null); 679this.session.OnLocalFault(fault.CreateException(), fault, null); 693this.session.OnLocalFault(fault.CreateException(), fault, null); 1035this.parent.session.OnLocalFault(null, fault, null);