DatabaseDelete Method |
Namespace: Couchbase.Lite
public void Delete()
| Exception | Condition |
|---|---|
| CouchbaseException | Thrown if an error condition is returned from LiteCore |
| CouchbaseLiteException | Thrown with Busy if there are still active replicators or query listeners when the close call occurred |
| InvalidOperationException | Thrown if this method is called after the database is closed |