MssqlCursorMismatchException class

Raised when a cursor is applied to a different query than issued it.

Wrong ordering, a different tenant scope, or a token from another package version would otherwise walk a keyset against the wrong rows.

Inheritance

Constructors

MssqlCursorMismatchException(String reason)
const

Properties

hashCode → int
The hash code for this object.
no setterinherited
message → String
A sentence naming what happened and, where there is one, what to do.
no setteroverride
reason → String
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited