LoadConflictDataException Class

The exception that is thrown when the requested conflict data could not be loaded. This occurs when a recoverable error is set while data is being loaded, or if data conversion fails.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class LoadConflictDataException
    Inherits SyncException
'Usage
Dim instance As LoadConflictDataException
[SerializableAttribute] 
public class LoadConflictDataException : SyncException
[SerializableAttribute] 
public ref class LoadConflictDataException : public SyncException
/** @attribute SerializableAttribute() */ 
public class LoadConflictDataException extends SyncException
SerializableAttribute 
public class LoadConflictDataException extends SyncException

Remarks

Possible resolutions for this exception include deferring the conflict or resolving the conflict without change data.

Inheritance Hierarchy

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.LoadConflictDataException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

LoadConflictDataException Members
Microsoft.Synchronization Namespace