2 writes to maxRetryCountException
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (2)
385
this.
maxRetryCountException
= handledException;
435
this.
maxRetryCountException
= e;
2 references to maxRetryCountException
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (2)
343
this.session.OnLocalFault(new CommunicationException(SR.GetString(SR.MaximumRetryCountExceeded), this.
maxRetryCountException
),
406
this.session.OnLocalFault(new CommunicationException(SR.GetString(SR.MaximumRetryCountExceeded), this.
maxRetryCountException
),