CouchbaseLiteException Class |
Namespace: Couchbase.Lite
[SerializableAttribute] public class CouchbaseLiteException : Exception
The CouchbaseLiteException type exposes the following members.
Name | Description | |
---|---|---|
CouchbaseLiteException |
Constructor
| |
CouchbaseLiteException(String) |
Constructor
| |
CouchbaseLiteException(StatusCode) |
Constructor
| |
CouchbaseLiteException(Exception, Status) |
Constructor
| |
CouchbaseLiteException(Exception, StatusCode) |
Constructor
| |
CouchbaseLiteException(String, StatusCode) |
Constructor
| |
CouchbaseLiteException(String, Exception) |
Constructor
| |
CouchbaseLiteException(String, Object) |
Initializes a new instance of the CouchbaseLiteException class.
|
Name | Description | |
---|---|---|
GetCBLStatus | Obsolete.
Gets the Status object holding the error code for this exception
| |
GetObjectData | (Overrides ExceptionGetObjectData(SerializationInfo, StreamingContext).) |