Initializes a new instance of the AerospikeExceptionBatchRecordArray class
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.0.0.0 (5.0.0)
Syntax
C#
public BatchRecordArray( BatchRecord[] records, Exception e )
Parameters
- records
- Type: Aerospike.ClientBatchRecord
- e
- Type: SystemException
See Also