Struct RetryPolicyContext
Data struct used to pass retry policy context.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Amazon.QLDB.Driver
Assembly: Amazon.QLDB.Driver.dll
Syntax
public struct RetryPolicyContext
Constructors
| Improve this Doc View SourceRetryPolicyContext(Int32, Exception)
Declaration
public RetryPolicyContext(int retriesAttempted, Exception lastException)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | retriesAttempted | |
System.Exception | lastException |
Properties
| Improve this Doc View SourceLastException
Declaration
public readonly Exception LastException { get; }
Property Value
Type | Description |
---|---|
System.Exception |
RetriesAttempted
Declaration
public readonly int RetriesAttempted { get; }
Property Value
Type | Description |
---|---|
System.Int32 |