Show / Hide Table of Contents

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 Source

RetryPolicyContext(Int32, Exception)

Declaration
public RetryPolicyContext(int retriesAttempted, Exception lastException)
Parameters
Type Name Description
System.Int32 retriesAttempted
System.Exception lastException

Properties

| Improve this Doc View Source

LastException

Declaration
public readonly Exception LastException { get; }
Property Value
Type Description
System.Exception
| Improve this Doc View Source

RetriesAttempted

Declaration
public readonly int RetriesAttempted { get; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX