public class AerospikeException : Exception
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(Int32, String) | 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 |
BaseMessage | Return base message without extra metadata. |
InDoubt | Is it possible that write command may have completed. |
Iteration | Number of attempts before failing. |
Message |
Return error message string.
(Overrides Exception.Message) |
Node | Last node used. |
Policy | Command policy. |
Result | Get integer result code. |
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. |