5 references to MaximumRetryCountExceeded
System.ServiceModel.Primitives (5)
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (1)
836ReliableSession.OnLocalFault(new CommunicationException(SRP.MaximumRetryCountExceeded, _maxRetryCountException),
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (2)
285WcfEventSource.Instance.MaxRetryCyclesExceeded(SRP.MaximumRetryCountExceeded); 287_session.OnLocalFault(new CommunicationException(SRP.MaximumRetryCountExceeded, _maxRetryCountException),
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (2)
283WcfEventSource.Instance.MaxRetryCyclesExceeded(SRP.MaximumRetryCountExceeded); 285session.OnLocalFault(new CommunicationException(SRP.MaximumRetryCountExceeded, maxRetryCountException),