2 writes to maxRetryCountException
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (2)
1092
this.
maxRetryCountException
= handledException;
1149
this.
maxRetryCountException
= e;
2 references to maxRetryCountException
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (2)
874
this.session.OnLocalFault(new CommunicationException(SR.GetString(SR.MaximumRetryCountExceeded), this.
maxRetryCountException
),
1121
this.session.OnLocalFault(new CommunicationException(SR.GetString(SR.MaximumRetryCountExceeded), this.
maxRetryCountException
),