AerospikeException Class

Aerospike exceptions that can be thrown from the client.

Definition

Constructors

AerospikeException(Exception)Initializes a new instance of the AerospikeException class
AerospikeException(Int32)Initializes a new instance of the AerospikeException class
AerospikeException(String)Initializes a new instance of the AerospikeException class
AerospikeException(Int32, Exception)Initializes a new instance of the AerospikeException class
AerospikeException(String, Exception)Initializes a new instance of the AerospikeException class
AerospikeException(Int32, Boolean, Exception)Initializes a new instance of the AerospikeException class
AerospikeException(Int32, String, Exception)Initializes a new instance of the AerospikeException class

Properties

BaseMessage Return base message without extra metadata.
InDoubt Is it possible that write transaction may have completed.
Iteration Number of attempts before failing.
Message Return error message string.
(Overrides ExceptionMessage)
Node Last node used.
Policy Transaction policy.
Result Get integer result code.

Methods

KeepConnection Should connection be put back into pool.
ShouldSerializeNode Signal the Newtonsoft JSON serializer that Node should not be serialized. There is no need to call this method directly.

See Also