ViewResult T  Exception Property Couchbase .NET SDK 2.1.0 Documentation
If Success is false and an exception has been caught internally, this field will contain the exception.

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

Property Value

Type: Exception

Implements

IResult Exception
See Also