DatabaseFactoryCreate Method (String) |
Namespace: Couchbase.Lite
public static IDatabase Create( string name )
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown if name is null |
| ArgumentException | name contains invalid characters |
| LiteCoreException | An error occurred during LiteCore interop |