Freigeben über


ChangeBatchIsReadOnlyException-Klasse

Die Ausnahme, die ausgelöst wird, wenn einem ChangeBatch-Objekt, das schreibgeschützt ist, eine Elementänderung bzw. ein Konflikt hinzugefügt wird.

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

Syntax

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

Hinweise

Ein ChangeBatch-Objekt ist schreibgeschützt, wenn es mit ChangeBatch.Deserialize erstellt wurde.

Vererbungshierarchie

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.ChangeBatchIsReadOnlyException

Threadsicherheit

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

Siehe auch

Verweis

ChangeBatchIsReadOnlyException-Member
Microsoft.Synchronization-Namespace