Freigeben über


LoadConflictDataException-Klasse

Die Ausnahme, die ausgelöst wird, wenn die angeforderten Konfliktdaten nicht geladen werden konnten. Dies tritt auf, wenn ein behebbarer Fehler festgelegt wird, während Daten geladen werden, oder wenn eine Datenkonvertierung fehlschlägt.

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
[<SerializableAttribute>]
type LoadConflictDataException =  
    class
        inherit SyncException
    end
public class LoadConflictDataException extends SyncException

Hinweise

Mögliche Auflösungsmaßnahmen für diese Ausnahme sind das Verzögern des Konflikts oder das Auflösen des Konflikts ohne Änderungsdaten.

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

LoadConflictDataException-Member

Microsoft.Synchronization-Namespace