Aerospike exceptions that can be thrown from the client.
Inheritance Hierarchy
SystemException
Aerospike.ClientAerospikeException
More...
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public class AerospikeException : Exception
The AerospikeException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | 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, Boolean) | Initializes a new instance of the AerospikeException class |
![]() | AerospikeException(Int32, Exception) | Initializes a new instance of the AerospikeException class |
![]() | AerospikeException(Int32, String) | Initializes a new instance of the AerospikeException class |
![]() | AerospikeException(String, Exception) | Initializes a new instance of the AerospikeException class |
Properties
Name | Description | |
---|---|---|
![]() | 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
Name | Description | |
---|---|---|
![]() | 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
Reference
Inheritance Hierarchy
SystemException
Aerospike.ClientAerospikeException
Aerospike.ClientAerospikeExceptionBackoff
Aerospike.ClientAerospikeExceptionBatchExists
Aerospike.ClientAerospikeExceptionBatchRecordArray
Aerospike.ClientAerospikeExceptionBatchRecords
Aerospike.ClientAerospikeExceptionConnection
Aerospike.ClientAerospikeExceptionInvalidNamespace
Aerospike.ClientAerospikeExceptionInvalidNode
Aerospike.ClientAerospikeExceptionParse
Aerospike.ClientAerospikeExceptionQueryTerminated
Aerospike.ClientAerospikeExceptionScanTerminated
Aerospike.ClientAerospikeExceptionSerialize
Aerospike.ClientAerospikeExceptionTimeout