CouchbaseLiteException Class |
Namespace: Couchbase.Lite
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 | |
---|---|---|
CBLStatus |
Gets the Status object holding the error code for this exception
| |
Data | (Inherited from Exception.) | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from Exception.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Exception.) |