CouchbaseLiteException Constructor (String, Exception) |
Constructor
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax 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