Click or drag to resize

CouchbaseLiteException Constructor (String, Object)

Initializes a new instance of the CouchbaseLiteException class.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
public CouchbaseLiteException(
	string messageFormat,
	params Object[] values
)

Parameters

messageFormat
Type: SystemString
Message format.
values
Type: SystemObject
Values.
See Also