DocumentResultTException Property |
If Success is false and an exception has been caught internally, this field will contain the exception.
Namespace: CouchbaseAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Exception Exception { get; set; }
Public Property Exception As Exception
Get
Set
public:
virtual property Exception^ Exception {
Exception^ get () sealed;
void set (Exception^ value) sealed;
}
abstract Exception : Exception with get, set
override Exception : Exception with get, set
Property Value
Type:
ExceptionImplements
IResultException
See Also