Aerospike LINDPad Driver

RetryException Constructor (String, Int32, ATransaction, Exception)

Namespace:  Aerospike.Database.LINQPadDriver.Extensions
Assembly:  Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)

Syntax


public RetryException(
	string message,
	int attemps,
	ATransaction trans,
	Exception innerException
)

Parameters

message
Type: String
attemps
Type: Int32
trans
Type: Aerospike.Database.LINQPadDriver.Extensions..::..ATransaction
innerException
Type: Exception