OperationResult Exception Property Couchbase .NET SDK 2.0
If Success is false and an exception has been caught internally, this field will contain the exception.

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public Exception Exception { get; set; }

Property Value

Type: Exception

Implements

IResult Exception
See Also