CouchbaseLiteException Constructor (StatusCode) |
Constructor
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax public CouchbaseLiteException(
StatusCode code
)
Parameters
- code
- Type: Couchbase.LiteStatusCode
The status code representing the details of the error
See Also