RetryLimitExceededException Class
Retired Content |
---|
This content and the technology described is outdated and is no longer being maintained. For more information, see Transient Fault Handling. |
The special type of exception that provides managed exit from a retry loop. The user code can use this exception to notify the retry policy that no further retry attempts are required.
Namespace: Microsoft.Practices.TransientFaultHandling
Assembly: Microsoft.Practices.TransientFaultHandling.Core (in Microsoft.Practices.TransientFaultHandling.Core.dll) Version: 5.0.1118.0 (5.0.1118.0)
Syntax
[SerializableAttribute]
public sealed class RetryLimitExceededException : Exception
'Declaration
<SerializableAttribute> _
Public NotInheritable Class RetryLimitExceededException _
Inherits Exception
[SerializableAttribute]
public ref class RetryLimitExceededException sealed : public Exception
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Practices.TransientFaultHandling.RetryLimitExceededException