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