CouchbaseLiteException Constructor (String, Object) |
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax public CouchbaseLiteException(
string messageFormat,
params Object[] values
)
Parameters
- messageFormat
- Type: SystemString
Message format. - values
- Type: SystemObject
Values.
See Also