AerospikeException(Int32, String, Exception) Constructor

Initializes a new instance of the AerospikeException class

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public AerospikeException(
	int resultCode,
	string message,
	Exception inner = null
)

Parameters

resultCode  Int32
 
message  String
 
inner  Exception  (Optional)
 

See Also