MssqlConcurrencyException class

Raised when a version-guarded update or delete matched no rows.

Zero rows under a rowversion guard means another writer changed the row first, not that it is gone. Resolving the conflict is the application's job.

Inheritance

Constructors

MssqlConcurrencyException({required String table, required String operation, Object? key})
const

Properties

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

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