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