DefaultResult<T> PropertiesCouchbase .NET SDK 2.0

The DefaultResult<T> generic type exposes the following members.

Properties
  NameDescription
Public propertyException
If Success is false and an exception has been caught internally, this field will contain the exception.
(Inherited from DefaultResult.)
Public propertyMessage
If the operation wasn't succesful, a message indicating why it was not succesful.
(Inherited from DefaultResult.)
Public propertySuccess
Returns true if the operation was succesful.
(Inherited from DefaultResult.)
Public propertyValue
Top
See Also