ChangeBatchIsReadOnlyException Class

The exception that is thrown when an item change or conflict is added to a ChangeBatch object that is read-only.

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

Remarks

A ChangeBatch object is read-only if it was created by using ChangeBatch.Deserialize.

Inheritance Hierarchy

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

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

ChangeBatchIsReadOnlyException Members
Microsoft.Synchronization Namespace