Click or drag to resize

CouchbaseLiteException Constructor (String, Exception)

Constructor

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

Parameters

message
Type: SystemString
The message to use
innerException
Type: SystemException
The exception that was caught before the one being made, if applicable
See Also