Click or drag to resize

CouchbaseLiteException Constructor (Exception, StatusCode)

Constructor

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

Parameters

innerException
Type: SystemException
The exception that was caught before the one being made, if applicable
code
Type: Couchbase.LiteStatusCode
The status code representing the details of the error
See Also