Click or drag to resize
DocumentResultTException Property
If Success is false and an exception has been caught internally, this field will contain the exception.

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

Property Value

Type: Exception

Implements

IResultException
See Also