CouchbaseLiteException Constructor (Exception, Status) |
Constructor
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax public CouchbaseLiteException(
Exception innerException,
Status status
)
Parameters
- innerException
- Type: SystemException
The exception that was caught before the one being made, if applicable - status
- Type: Couchbase.LiteStatus
The object holding the code representing the error for this exception
See Also