AerospikeException MembersAerospike

The AerospikeException type exposes the following members.
Methods

  NameDescription
Public methodKeepConnection
Should connection be put back into pool.
Public methodShouldSerializeNode
Signal the Newtonsoft JSON serializer that Node should not be serialized. There is no need to call this method directly.
Back to Top
Properties

  NameDescription
Public propertyInDoubt
Is it possible that write transaction may have completed.
Public propertyIteration
Number of attempts before failing.
Public propertyMessage
Return error message string.
(Overrides Exception Message.)
Public propertyNode
Last node used.
Public propertyPolicy
Transaction policy.
Public propertyResult
Get integer result code.
Back to Top
See Also