IResultException 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)
SyntaxException Exception { get; set; }
Property Exception As Exception
Get
Set
property Exception^ Exception {
Exception^ get ();
void set (Exception^ value);
}
abstract Exception : Exception with get, set
Property Value
Type:
Exception
See Also