Android.Content.SyncStats.NumConflictDetectedExceptions Property
The SyncAdapter detected that there was an unrecoverable version conflict when it attempted to update or delete a version of a resource on the server.

Syntax

[Android.Runtime.Register("numConflictDetectedExceptions")]
public long NumConflictDetectedExceptions { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The SyncAdapter detected that there was an unrecoverable version conflict when it attempted to update or delete a version of a resource on the server. This is expected to clear itself automatically once the new state is retrieved from the server, though it may remain until the user intervenes manually, perhaps by clearing the local storage and starting over frmo scratch. This is considered a hard error.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5