MYXInvalidatedRange

Thrown when attempting to use a range that's been invalidated.

This can occur when using a mysql.result.ResultRange after a new command has been issued on the same connection.

class MYXInvalidatedRange : MYX {}

Constructors

this
this(string msg, string file, size_t line)
Undocumented in source.

Meta