DatabaseDelete Method (Document) |
Namespace: Couchbase.Lite
Exception | Condition |
---|---|
CouchbaseException | Thrown if an error condition is returned from LiteCore |
CouchbaseLiteException | Thrown with InvalidParameter when trying to save a document into a database other than the one it was previously added to |
CouchbaseLiteException | Thrown with NotFound when trying to delete a document that hasn't been saved into a Database yet |
InvalidOperationException | Thrown if this method is called after the database is closed |