Error 23600

Message

Possible error messages:

Without Resource Bundle (default)
  • UltraLite only supports appending to the end of the stream. Current position {POSITION} is not equal to the end of the stream {LENGTH}
  • <Empty error message>
  • Does not support position in write
With Resource Bundle
  • UltraLite only supports appending to the end of the stream. Current position {CURRENT_POSITION} is not equal to the end of the stream {STREAM_LENGTH}
Domain Persistence.WriteAppendOnlyException
Number 23600
Label WRITE_APPEND_ONLY
Applicable Platform(s) iOS, Android, BlackBerry, Windows Mobile

Cause

BigString or BigBinary can append only to the end of a stream.

Action

Do not use "seek" when calling BigString.Write or BigBinary.Write. Always write to the end of the stream.