Click or drag to resize

CouchbaseLiteException Constructor (StatusCode)

Constructor

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
public CouchbaseLiteException(
	StatusCode code
)

Parameters

code
Type: Couchbase.LiteStatusCode
The status code representing the details of the error
See Also