Possible error messages:
| Without Resource Bundle (default) |
|
| With Resource Bundle |
|
| Domain | Persistence.WriteAppendOnlyException |
| Number | 23600 |
| Label | WRITE_APPEND_ONLY |
| Applicable Platform(s) | iOS, Android, BlackBerry, Windows Mobile |
BigString or BigBinary can append only to the end of a stream.
Do not use "seek" when calling BigString.Write or BigBinary.Write. Always write to the end of the stream.