Click or drag to resize

CouchbaseExceptionDomain Property

Gets the domain of the error that happened (which indicates which subclass this exception will be)

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
public CouchbaseLiteErrorType Domain { get; }

Property Value

Type: CouchbaseLiteErrorType
See Also