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