1 write to maxRetryCountException
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
62
this.
maxRetryCountException
= value;
2 references to maxRetryCountException
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (2)
351
this.session.OnLocalFault(new CommunicationException(SR.GetString(SR.MaximumRetryCountExceeded), this.
maxRetryCountException
),
371
this.session.OnLocalFault(new CommunicationException(SR.GetString(SR.MaximumRetryCountExceeded), this.
maxRetryCountException
),