Class RetryContext
Inheritance
System.Object
RetryContext
Assembly: Steeltoe.Common.dll
Syntax
public class RetryContext : AbstractAttributeAccessor, IRetryContext, IAttributeAccessor
Properties
|
Edit this page
View Source
LastException
Declaration
public Exception LastException { get; set; }
Property Value
Type |
Description |
Exception |
|
|
Edit this page
View Source
Parent
Declaration
public IRetryContext Parent { get; set; }
Property Value
|
Edit this page
View Source
RetryCount
Declaration
public int RetryCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Implements