Click or drag to resize

ReplicationStatusChangedEventArgsLastError Property

Gets the last error that occurred, if any

Namespace:  Couchbase.Lite.Sync
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax
C#
public Exception LastError { get; }

Property Value

Type: Exception
See Also