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