Class RetryContext
public class RetryContext : AbstractAttributeAccessor, IRetryContext, IAttributeAccessor
- Inheritance
-
RetryContext
- Implements
- Inherited Members
Properties
LastException
Gets the last exception that caused the retry
public Exception LastException { get; set; }
Property Value
Parent
Gets the parent context if present
public IRetryContext Parent { get; set; }
Property Value
RetryCount
Gets the number of retry attempts
public int RetryCount { get; set; }
Property Value
Methods
ToString()
public override string ToString()