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