Click or drag to resize

CouchbaseLiteException Constructor (String, StatusCode)

Constructor

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
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