MySQLInvalidatedRangeException

Thrown when attempting to use a range that's been invalidated. In particular, when using a ResultRange after a new command has been issued on the same connection.

class MySQLInvalidatedRangeException : MySQLException {}

Constructors

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

Meta