ChangeBatchBase::Serialize Method
Serializes the change batch to an array of bytes.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
| Exception | Condition |
|---|---|
| SyncInvalidOperationException | The change batch contains a group that was started but not ended. |
| ObjectDisposedException | This ChangeBatchBase has been disposed. |
| InvalidSerializationVersionException | The target serialization version does not support custom filters. |
| [T:Microsoft:Synchronization.InvalidOperationException] | A group has been begun but not ended on this ChangeBatchBase. |
Show: